CS 1713 Introduction to Computer Science, Fall 2006 Project 1 Comments
This project was graded on the basis of 20 points.
It was graded very leniently.
If you got less than 17 on this project, you should see me.
Bring your returned graded project so that we can discuss it.
- Format your source code so that no lines are longer than 80 columns.
- You must use the equals method to compare Strings.
- You should not do any printing from StudentRecord.
- In getGrade you should test to see if the index is negative.
- Choose appropriate names for identifiers.
- For testing, you should display all grades if this is not included in
your toString.
- No other public methods besides the ones required.
- No public attributes.
- You should use private methods to simplify your program.
- You need to do many tests including:
- No grades yet
- Only IN grades entered
- Attempt to add an invalid grade
- Attempt to add a grade when full
A zip file of a completed project can be found
here.
You can also view the individual files: