Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 253 Bytes

File metadata and controls

6 lines (5 loc) · 253 Bytes

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