First we have to decide how an ATM works. We know that it will require the following operations:
1) Validation (pin # and account number)
2) Deposit Money
3) Withdraw Money
4) Account Status (balance etc)
We will have a text file that contains the account numbers and pins in it:
acctinfo.txt
123456789
1234
234567890
9876
This is kept in the debug folder. When the program begins,
No comments:
Post a Comment