Question: Assignment #2 - ATM Machine Write a C++ program to create an ATM Machine, the procedure is the following: 1. The ATM program must begin

 Assignment #2 - ATM Machine Write a C++ program to create

Assignment #2 - ATM Machine Write a C++ program to create an ATM Machine, the procedure is the following: 1. The ATM program must begin by displaying a greeting Welcome message. 2. Inside the Welcome message, it should display a menu/option of what the customer/end-user will desire to do (Account Balance, Withdraw, Deposit or Exit) 3. After the Welcome message is displayed on the screen, it should display a message indicating which option you would you like to select. 4. Once you have selected the option another message will be displayed depending on the option selected. 5. If the user wishes to withdraw from his/her account, he/she will enter the amount. The program should take this amount entered and deduct it from the balance. 6. Similarly, should ask the user if wishes to deposit from his/her account, he/she will enter the amount. The program should take this amount as input and add it from the balance. 7. After withdrawing or depositing, the program must display the new balance after the amount has been withdrawn and/or deposited and should also display the following message Congratulationst! Download transaction has been successfully completed" 8. If you select the "exit option, the program should display the following message "Thanks for using our ATM service" 9. The initial account balance is $5000 Hint: Use only Selection statement (if, if else-if, else and/or switch) and goto statement Demo Output

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!