$13
: provide withdraw method : ensure withdrawal amount does not exceed Account balance : else "withdrawal amount exceeded acct balance"
: Modify AccountTest to test method withdraw
Fig. 3.8: Account.java Account class with a double instance variable balance and a constructor deposit method that performs validation