This project is a simple ATM system simulation developed using C++. The program demonstrates basic programming concepts such as user input, conditional statements, and arithmetic operations.
The application starts by welcoming the user and requesting a password. After that, it displays the current account balance and allows the user to choose between two main banking operations: withdrawal or deposit.