CS 121: Assignment 4

Exceptions and Input/Output

Due: Monday, February 11, 10:00 am


25% for each problem. In all your code, use proper documentation comments: each class, each method and each field must have a /** */ comment above it. This will be required for all future assignments.

1) Exercise P11.5 (page 524)

2) Exercise P11.9

3) Exercise P11.10

4) Exercise P11.15.

You can either use a BankAccount class you wrote for a CS120 assignment, or you can write a very simple new one.



CS 121