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:
The HwScore class should contain:
Additional requirements:
Provide a main
driver method. It should:
Reviews
There are no reviews yet.