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.
- 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.
- You must handle invalid values in the constructor and in the set and
get methods.
- Be careful with the index range.
- Use appropriate naming conventions.
- The methods of CourseGrades that are used only inside CourseGrades
should be private.
- Use proper indentation. Eclipse and format your code for you.
Here are some solutions:
CourseGrades
CourseGradesTester
output