Question: Simulate an ATM machine with 10 accounts with initial balance of $100.00 with (Java Programming) Ask the user to enter their account ID and then
Simulate an ATM machine with 10 accounts with initial balance of $100.00 with (Java Programming)
Ask the user to enter their account ID and then display a menu to show the current balance, make a deposit, withdraw funds, or exit.
The program will run continuously, as would a real-life ATM
Create a class name it Account that has all methods needed to accomplish the above requirements.
Create a test class that display the followings upon execution:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
