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.

  1. Format your source code so that no lines are longer than 80 columns.
  2. You must use the equals method to compare Strings.
  3. You should not do any printing from StudentRecord.
  4. In getGrade you should test to see if the index is negative.
  5. Choose appropriate names for identifiers.
  6. For testing, you should display all grades if this is not included in your toString.
  7. No other public methods besides the ones required.
  8. No public attributes.
  9. You should use private methods to simplify your program.
  10. You need to do many tests including:
A zip file of a completed project can be found here.
You can also view the individual files: