Question: please solve this. it's a c++ question Question: Write a program that simulates an Automated Teller Machine (ATM) system. Let's an initial balance of $200.

please solve this. it's a c++ question
Question: Write a program that simulates an Automated Teller Machine (ATM) system. Let's an initial balance of $200. A user may check balance, withdraw and deposit as many times as he/she desires. The program will only stop when the user chooses to logout the program; otherwise the program should loop and prompt the users for next actions. For security, the program will first ask the user to enter a PIN number. Set the PIN number to 999. The user is only allowed three attempts to enter the correct PIN number. After three unsuccessful attempts, the program should terminate
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
