Heather Jacobs

Heather Jacobs

  • NA
  • 17
  • 6.9k

Create a project named BankAccountTester.

Jul 21 2018 8:58 PM
Create a project named BankAccountTester. Create a class named BankAccount. A bank account has fields for a balance. The bank account balance should be initialized to 0. The bank account class should include a deposit which adds an amount passed to it to the balance and a withdraw which subtracts the amount.

Answers (1)