[SOLVED] SOLVED:Description : Modify Account Class: Figure 3.8 & 3.9

15.00 $

Category:

Description

5/5 - (2 votes)

: 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