Skip to content

jaddie-lorzano/DotNetBootcamp.LabExercise3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

DotNetBootcamp.LabExercise3

Automated Teller Machine

Types of transactions:

  • Checking Current Balance
  • Amount Withdrawal
  • Cash Deposit

Withdraw:

  • Takes the amount the user desires to withdraw as input.
  • If the balance amount is greater than or equal to the withdrawal amount then Perform the transaction and give the user the desired amount.
  • Else print Insufficient Funds message.

Deposit:

  • Takes the amount the user desires to deposit as input.
  • Add the received input from the user to balance and update its value.
  • Print a message on screen stating the deposit transaction has been successful.

Check Balance:

  • Print a message on screen showing the value of balance amount.
  • Exit:
  • Exit the current terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages