COSC 55
Homework Assignments
Summer, 2004


This page links to the class assignments. In general assignments are due at the start of class on the due date.

You should read this policy on doing your own work.

Assignment #1, due date: Monday, May 24.
Do the programming project (1.1) described on pages 37 and 38 of the textbook. As discussed in class, for Part 2 (writing the Tester class), there are a few possibilities. You can write the tester which they describe in the book (using GUI, reading in sequence values until a sentinel is reached, and then doing various computations). Or, you can write a tester class which does *not* use GUI, but simply has a main() method which calls the various Sequence methods and prints out results to show how they are working.

The final possibility (which we discussed in class on Thursday) is to create a command-driven tester class (using GUI) like the one described in Lab 5. A sample of this sort of code is in ArrayCollectionTester.java (from Lab 5).

Assignment #2, Due: Wed, May 26

Assignment #3, Due: Wed, June 2

Assignment #4, Due: Thurs, June 3

Assignment #5, Due: Wed, June 9

Assignment #6, Due: Tues, June 15

Assignment #7, Due: Fri, June 18

Assignment #8, Due: Tues, June 22


Back to COSC 55 homepage.