Skip to content

kimseokgyun/ATM_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run

  1. Execute make in the build directory.
  2. Run ./ATMProject.

Program Description

  • The customer.yaml file in the build directory contains customer information (card number, card PIN, account balance).
  1. Deposit: Deposit money into the current card account (negative amounts are not allowed).
  2. Withdraw: Withdraw cash from the current card account (negative amounts are not allowed).
  3. Check Balance: Check the balance of the current card account.
  4. Transfer: Transfer money to another card account (only possible between customers listed in the yaml file).
  5. Exit: Exit to allow the use of another card.

Test Case

If you want, debug test mode , You just need to annotate the default "test case"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published