โ Back to Classes
Question 206
Bank Account Deposit
Bank Account Deposit
Create a classBankAccountwith a constructor that sets the starting balance, aDeposit(amount)method that adds to the balance, and aGetBalance()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.