Skip to content

Console based ATM assignment that has two classes, Account and ATM.

Notifications You must be signed in to change notification settings

RaviRamchand/ConsoleATM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConsoleATM

ConsoleATM is a simple console based ATM assignment that has two classes, Account and ATM.

Account class -> Keeps track of customer information (customer name, balance, etc.), Perform transactions like depositing and withdrawing money from account

ATM class -> Is the console interface for the ATM where the two account IDs will be set up (101, 102) as well as the balance and the annual interest rate for each account.

Withdraw Example

Login
Login

Account Info
AccountInfo

Withdraw Amount
Withdraw

Amount After Withdraw
Final Amount

About

Console based ATM assignment that has two classes, Account and ATM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages