Question: An ATM Program Your program should work like an ATM machine that will repeatedly display a menu of options, ask the user to enter a
An ATM Program Your program should work like an ATM machine that will repeatedly display a menu of options, ask the user to enter a character to select one of the options, and serve the user according to the option the user has selected until the user says heshe wants to quit the program. Your main function should declare a variable of char type, for example char option, to store the character the user entered for the users choice of options. You should also declare a variable of bool type, for example bool isInService, to indicate whether the ATMlike program should still be actively in service. Initialize isInService to true in the beginning. Your main function then should set up a while loop such that while isInService is true the loop will repeatedly do the following things in the body of the loop java
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
