C Visual Studios Make Atm Start Show User Menu Four Options 1 Check Balance 2 Deposit Fund Q37028403

C++ Visual Studios

Make an ATM. On start show the user a menu with fouroptions:

1. Check Balance

2. Deposit Funds

3. Withdraw Funds

4. Exit

You should implement three functions that implement these threefeatures. Each of the functions should have a variable passed byreference that has the current balance in it. You should pass thevariable in as a const parameter if it shouldn’t be changed in thefunction (checking the balance should not change the balance). Yourprogram should also use default parameters. In the case of withdrawand deposit the default amount will be $10.00. You should not letthe user’s balance become negative(If they try to withdraw

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.