Question: In java, make a simple program: Make a Bank_Account Class Implement deposit() and withdrawal() as Methods inside Bank_Account balance should be a class variable. Implement
In java, make a simple program:
Make a Bank_Account Class
Implement deposit() and withdrawal() as Methods inside Bank_Account
balance should be a class variable. Implement other class variables you think you may need.
main()
User input, data validation, and program control should still take place inside main().
if/else ladder / switch case, nested loops, etc will all be in main()
The menu should display this every time until the user selects exit:
Program Menu
1) Make a Deposit
2) Make a Withdrawal
3) Balance
4) Exit
Output User Balance Upon Exit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
