Question: On Dev C++ Write a C++ program that read customer name and saving account balance. Then it display the following messages to the user: Press
On Dev C++ Write a C++ program that read customer name and saving account balance. Then it display the following messages to the user: "Press #1 to make a deposit." "Press #2 to make withdraw." If the user presses "1", then read the amount of the deposit, apply it to the balance and display the new account balance. If the user presses "2", then read the amount to withdraw, apply it to the balance and display the new account balance. (Money amounts should be displayed as floating-points with 2 decimal precision).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
