Skip to content

fmintar1/ATM-Machine-Java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <- DONE!
  • Add ability to have multiple accounts within the ATM <- DONE!
  • Add a means to SAVE all account data to a file used by the ATM <- DONE!
  • Keep state of account(s) between runnings of ATM <- DONE!
  • Add a means to LOG all transaction data to a logfile <- DONE!
  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%