6. Write program to perform simple banking operations. The user at first will be given a starting balance. Then, he will be asked to select one of the following operations: deposit, withdraw or...


in c++


6. Write program to perform simple banking operations. The user at first will be given a starting balance.<br>Then, he will be asked to select one of the following operations: deposit, withdraw or balance inquiry. The<br>account should not allow overdrafts (i.e. Withdraw an amount greater than the current balance) and should<br>prevent user from entering negative values for withdraw and deposit. The program should display the final<br>balance after it performs any deposit or withdraw operation requested by the user.<br>

Extracted text: 6. Write program to perform simple banking operations. The user at first will be given a starting balance. Then, he will be asked to select one of the following operations: deposit, withdraw or balance inquiry. The account should not allow overdrafts (i.e. Withdraw an amount greater than the current balance) and should prevent user from entering negative values for withdraw and deposit. The program should display the final balance after it performs any deposit or withdraw operation requested by the user.

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here