Question: Write a java program that calculates the homework assignment grade points (a 100 points scale) (java programming) Rule #1: The score calculation is based on:
Write a java program that calculates the homework assignment grade points (a 100 points scale) (java programming)
Rule #1:
The score calculation is based on:
1. all problems are attempted (40 percent) before the due date, and
2. 75% or more are correct (40 percent proportionally to the attempted ones),
Rule #2:
Assignment submitted after the scheduled due date will drop 1/2 of points
The program should prompt use to input the following data and calculate and output the result for each student:
Prompt for data:
1 Number of problems attempted on or before due date
2. Number of correct problems among (1) above
3. Number of problems attempted after due date
4. Number of correct problems among (3) above
5. Number of un-attempted problems
6. Number of Programming Projects submitted
7. Number of Programming Projects not submitted
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
