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.