Question: General Description: Write a C++ program that simulates the function of an ATM machine. For each transaction, the program: - asks the user to enter

General Description: Write a C++ program that simulates the function of an ATM machine. For each transaction, the program: - asks the user to enter their current account number and balance (unrealistic, but we don't know how to read data from files yet). displays a menu of transaction options - asks the user to choose an option, forcing them to enter a correct option depending on the option chosen, asks for more information performs the calculations for the transaction prints the calculated amounts as a "receipt" - - The program repeats the above steps continuously until the user enters shutdown for the account number. This is a signal for the ATM to shut down (end program)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
