CS 1713 Introduction to Computer Science, Fall 2007 Project 1 Comments

If you got below a 14 (out of 20) on this project, please see me. this week or next.

  1. You were supposed to include your tests in the tester before my test. This will be made more clear on the next project and you will be graded on the quality of your tests.
  2. You must handle invalid values in the constructor and in the set and get methods.
  3. Be careful with the index range.
  4. Use appropriate naming conventions.
  5. The methods of CourseGrades that are used only inside CourseGrades should be private.
  6. Use proper indentation. Eclipse and format your code for you.
Here are some solutions:
CourseGrades
CourseGradesTester
output