Compute the total score and final grade for every student


Problem

Wrote a Java program that computes a student's total score and final grade. Modify that program so that you add a variable for student id (of type int). You should input for each student the student ID, the assignments, and the test results. To stop the loop you will enter a fake student whose id is 0 (sentinel). Compute the total score and final grade for every student. Finally, compute the average score for the entire class.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Compute the total score and final grade for every student
Reference No:- TGS03319659

Expected delivery within 24 Hours