CPSC 120 Assignment #2

Completed Assignment: Friday October 27, 2006 by 4:00 p.m.

Phase II

In the next major phase of the project you need the following two files to create the cloud and raindrop objects:

Raindrop.java This file defines a class that models a simple raindrop with the following characteristics:

Cloud.java This file defines a class that models a simple cloud formation with the following characteristics:

Implementation Strategy: You should work on this in the following phases. Don't move on to a subsequent phase until the earlier phases are complete.

Final Phase: In the final phase you will use your classes to create two scenes. The specifications for these will be given to you the Monday after break. The beach scene will be similar to the one you already have except that there will be some conditional logic based on what kind of day it is.

Academic Integrity Reminder!!! Programming assignments are to be your own work (this includes Phase I of this assignment). You may get help on the specifics of the assignment from no one except the instructor. You may not show your program to anyone or look at anyone else's program or share ideas with anyone about how to write the program.