CS 111 - Introduction to Computer Science
Homework #4


Due: Friday 2/16 at the beginning of class

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

2. Account Debit:  Exercise 3.12.

3. Date:  Exercise 3.15.

4. Circle: Create a class Circle with

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

5. Student: Create a class Student with

Also write a test program StudentTest.java that

Note: The constructor should only take name information.  Quiz scores are only added through the addQuiz method.