Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 771 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 771 Bytes

Mr. Money

Just a simple ATM app that I created for the Code KY Final Project.

It fulfills the following project requirements:

  1. Master loop
  2. Uses a list
  3. Has more than one class

Master loop

  • This is used at the Main Menu screen, where you pick the transaction type.

screenshot of main menu

Uses a list

  • A list is utilized to store user account numbers, personal identification numbers, account balanace, and card numbers.

screenshot of the list

More than one class

  • Several classes are utilized for the different transaction types, user account information, a utility class, and a validator class to check data.

screenshot of classes