https://github.com/zipcodecore/atm-machine-java
https://github.com/zipcodecore/atm-machine-java
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zipcodecore/atm-machine-java
- Owner: ZipCodeCore
- Created: 2022-06-02T14:10:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T14:09:53.000Z (about 3 years ago)
- Last Synced: 2025-01-08T12:41:30.327Z (12 months ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ATM-Machine
This Project is to make an Automated Teller Machine with user's Account Number, Pin, and bank (checking and saving) accounts.
Using this data, users can withdraw, deposit, and view their account balance.
Using the existing code, add the following functionality.
## Additions
- Add the ability to show statement of all your account balances
- Add ability to have multiple accounts within the ATM
- Add a means to SAVE all account data to a file used by the ATM
- Keep state of account(s) between runnings of ATM
- Add a means to LOG all transaction data to a logfile
- Add ability to show transaction history for each account to user.
You may have to remind yourself how to add `pom.xml` file and make it a Java project in your IDE.