Lecture 1
6
Bank simulation - user interface
•a:\> java Bank [Enter, CR]
•Welcome to Engulf and Devour
•Account number (1 or 2), 0 to shut down: 1
•Transactions: exit, help, deposit, withdraw, balance
•transaction: balance
•200
•transaction: deposit
•amount: 799
•transaction: balance
•999
•transaction: exit
•Account number (1 or 2), 0 to shut down: 0
•Goodbye from Engulf and Devour
•
•a:\>