How can we create the program for an atm machine to perform


How can we create the program for an ATM MACHINE to perform the following tasks

  1. Greeting: Hello, welcome to Bank of America.
  2. Display options: Please select one of the following options: Press 1 for balance, 2 for deposit, and 3 for withdrawal
  3. Depending on user selection, the program provides the corresponding result. For example, if the customer chooses 1, the prompt will be: Your current balance is: $XXXXX. If 2 is selected, ask the customer how much she would like to deposit, allow the customer to key in the amount, and then display the balance. If 3 is selected, ask the customer how much to withdraw, and then confirm the balance.
  4. When the customer finishes her selection, ask if she wants another transaction. If not, display: Thank you! And come back soon.

a. Let us write the pseudo code base on the analysis we use

b. Let us write the java application for the pseudo code used

Solution Preview :

Prepared by a verified Expert
JAVA Programming: How can we create the program for an atm machine to perform
Reference No:- TGS02850655

Now Priced at $10 (50% Discount)

Recommended (93%)

Rated (4.5/5)