CS 111 - Introduction to Computer Science
Homework #4


Due: Friday 2/15 at the beginning of class

1. Definitions:  In your own words, define the following terms:

2. Date:  Exercise 3.15.  Submit both Date.java and DateTest.java.

3. Circle: Create a class Circle with

Also write a test program called CircleTest.java that creates two different Circle objects and prints out their area and circumference.  Use double values throughout.

Note:

4. Student: Create a class Student with

Also write a test program StudentTest.java that

Note: