RZ Mentor - ATM Machine project c++ complete Code [Fully Automated]
Here is a straightforward ATM project (Automated teller machine). The program is written in C++. Code compilation is carried out using Visual Studio. The code does all of the operations that all common ATM devices perform. You may view the balance of your account, your withdrawal balance, and your deposit amount.
Download the complete Source code below :
1. First, you need to enter the Username and Password, then you press login
2. After login, you need to select different choices you can see in the below picture
For Choice 1:
Press 1 for Check Balance in your c++ compiler Visual Studio and Dev C++
You can Clearly See your balance in your console
For Choice 2:
Press 2 for Deposit in your c++ compiler Visual Studio and Dev C++when you enter press 2 compiler asks you "How much amount you want to deposit "
After entering your amount. For your balance update, see the below picture
For Choice 3:
Now Your balance is updated.
Press 3 to withdraw in your c++ compiler Visual Studio and Dev C++
If you want to withdraw your money .you need to press 3 in your compiler. when you press 3, the compiler asks you how much amount you need to withdraw. you enter the amount you can see below.
After withdrawing your money, you can see your remaining balance.
For Choice 4:
Press 4 to transfer money in your c++ compiler Visual Studio and Dev C++.
After Withdrawing the money. if you want to transfer money. you can transfer
when you press 4. The compiler asks you enter the Transfer account number. After this, you need to enter the transfer amount. then you need to enter the account Pin. your account is (9090) this is already in code. if you want to change, you can change. but when you download the source file. This pin is working.
you can see in this picture.
For Choice 5:
this is the last step. if you want check your balance so you can check your remaining balance. if you want to deposit, transfer, or withdraw. you can, if you want to exit. you need to press 5.
0 Comments
If You have any doubts, please let me know.