Assignment 7

Constructors, Exceptions, Circular Data.

Text as html

Text as pdf


To convert a double to int use the following technique:

int n = ((Double) x).intValue();

Due Date: Wednesday, November 1, at 10:00 pm.