Skip to content

Files

Latest commit

4b42b88 · Jul 22, 2020

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 22, 2020
Jul 22, 2020

Command Coding Exercise

Implement the Account.process() method to process different account commands.

The rules are obvious:

  • success indicates whether the operation was successful
  • You can only withdraw money if you have enough in your account