Question: using c++ write the program Write a menu driven program that will perform the following four operations: 1. Deposit 2. View Balance 3. Withdraw 4.
Write a menu driven program that will perform the following four operations: 1. Deposit 2. View Balance 3. Withdraw 4. Exit Instructions: Ask user to make a choice from the above menu. Upon selection, your program should perform any of the choices from the user. Use logical. If-then-else, case, nested-if-then.....etc. 1. For deposit, use input to deposit any dollar amount 2. View the balance from the deposited amount 3. Withdraw an amount from the previous deposited amount. 4. View Balance again. 5. Exit the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
