Skip to content
/ MrMoney Public

An automated teller machine console application.

Notifications You must be signed in to change notification settings

jcacc/MrMoney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An automated teller machine console application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages