CS 1713 Introduction to Computer Science, Fall 2006 Project 2 Comments
This project was graded on the basis of 20 points.
- If you got a null pointer exception when you tried to add the first
student to the database, you should ask me why.
- You should start the project early enough so that if you run
into problems you can ask for help.
- You must use the equals method to compare Strings.
- You should not do any printing from StudentRecord.
- In StudentDB you should only access elements up to the
actual number of students.
- You will have to modify the sorts so they use the number of students
in the database rather than the length of the array.
- When testing, the output should indicate what is being tested.
A zip file of a completed project will be available later.