CJCoding With Joseph
15per day

Bank Account Deposit

Create a class BankAccount with a constructor that sets the starting balance, a Deposit(amount) method that adds to the balance, and a GetBalance() method. Do NOT write a Main method.

Starting at 100 then depositing 50 prints 150.

Expected Output:

150
Topics:
Classes
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.