Asked by heather

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

Answered by Leo Galleguillos
What programming language are you using, and can you show the code you have written so far? Where are you getting stuck?
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions