30 likes | 113 Views
Project Part 3. Putting the pieces together. 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. In this part 3 you are going to generate an ATM machine.
E N D
Project Part 3 Putting the pieces together
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
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