Simple project that shows some ATM processes for some defined users.
This project handles ATM operations for predefined users ID. You are asked to enter a correct ID, then you have many options to do:
- Account:display account details including ID and balance.
- Deposit:Increase the balance in this ID.
- Withdraw: Decrease ID balance.
- Transfer:You can transfer any acceptable amount from an ID to another.
- Another ID:Entering another ID to work on.
- End: Finsih your process.