Application Example
Account account = new Account();
/* Read and process all transactions. */
account.withdraw(-amount);
/* Output summary information. */
”Balance: ” + account.balance
”Deposits: ” + account.deposits
”Withdrawals: ” + account.withdrawals