Home > Java > Homework Scoring Project

Homework Scoring Project

January 18th, 2010

Comments are REQUIRED;
Directions
Must be completed in Eclipse
Must be completed by 21 Jan 2010 1200 EST
The file must be called <BrianKenttaProg2.java> (driver program)
HwScore.java (Homework Scores file)
Ensure you include ALL files required to make ther program compile and run.
Please send .java files only.
Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with a capital letter.
Overall Requirements
Provide a complete program that handles the entry and display of homework scores. As part of your program, provide a HwScore class that contains the points earned on a particular homework and also the maximum possible points on that homework. In order to keep track of the overall average, the HwScore class also contains the total points earned on all homework combined and the total possible points on all homework combined. In order to determine letter grades, the HwScore class specifies cutoff values for the A, B, C, and D letter grades.
More specifically, the HwScore class should contain these constants and variables:


Homework Scoring Project

Comments are closed.
Bear