Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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