I developed this program for one of my friends university project. This program can perform the following:
-
User authentication to login into the ATM system (assuming that the user already has a bank account with user id and password stored in a file called idpassword.txt)
-
Display a MENU with the following SIX (6) options that allow the account user to choose:
-
Balance Inquiry
-
Withdrawal
-
Deposit
-
Account Statement
-
Password Update
-
Exit
This system will be able to track the amount initially stored in the bank account. It can also track every subsequent transaction the bank account user performs.