Programming project instructions
Programming project instructions
SCHOOL OF COMPUTING
DEPARTMENT OF COMPUTRER SCIENCE
YEAR II SEMISTER I 2017 E.C
FUNDAMENTAL PROGRAMMING II ASSIGNMENT I
BANKING SYSTEM
GROUP MEMBERS ID NUMBER
Features
1. Create Account
- Add a new account with a unique Account Number, name, PIN, and initial balance.
2. Login
3. View Account
4. Deposit
5. Withdraw
6. Transfer Money
7. Delete Account
8. Logout
9. Exit
2. Main Menu
- Select an option:
3. After Logging In
- View Account
- Deposit Money
- Withdraw Money
- Transfer Money (to perform this operation you must have/create 2 account)
- Delete Account
- Logout
5. Account Persistence
- Accounts are stored in individual text files named after the account number. This ensures your data is
saved between sessions.