Just a simple ATM app that I created for the Code KY Final Project.
It fulfills the following project requirements:
- Master loop
- Uses a list
- Has more than one class
- This is used at the Main Menu screen, where you pick the transaction type.
- A list is utilized to store user account numbers, personal identification numbers, account balanace, and card numbers.
- Several classes are utilized for the different transaction types, user account information, a utility class, and a validator class to check data.