1 / 3

ATM Simulator Program: Create a Virtual ATM Machine

Develop an ATM simulation program where users can access their bank accounts, perform transactions, and close the machine. This project builds upon creating classes such as BankAccount and Transaction. Improve user experience by displaying relevant options and confirming successful operations. Mimic a real ATM machine for a graded project.

valiant
Télécharger la présentation

ATM Simulator Program: Create a Virtual ATM Machine

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Project Part 3 Putting the pieces together

  2. In part 1 you created a : • BankAccount class, • a Transaction class and • an enumerated type Transaction Type In part 2 you : • enhanced the BankAccount and • create a Bank

  3. In this part 3 you are going to generate an ATM machine • You construct a bank • You allow the customer to access the ATM • You display the options to access the appropriate bank account • Once you have accessed your account, you show the different options that you have to perform operations with your account • Then you perform some, and display information that confirms that each operation was performed correctly. • After a few operations, you may close the ATM. • Your grade will depend upon how well the program mimics an ATM machine

More Related