/ATM

Primary LanguageC++

ATM

teeny-tiny cpp project to get my head around a bit of the syntax.

Just a couple of simple funcitions: the user can:

  • display the balance
  • deposit money
  • withdraw money

that's it!