Question: Description You will be using the Eclipse IDE for your Java programming. Overview This program should manage the quiz scores for a class of 3

Description You will be using the Eclipse IDE for your Java programming. Overview This program should manage the quiz scores for a class of 3 students. The user will specify how many quizzes each student has. All students will have the same number of quiz scores. The program should prompt the user to enter the name of each student as well as the quiz scores for each student. It should then present the user with a menu system, which shows a set of possible choices: 1. Calculate Class Average. 2. Calculate Student Average 3. Calculate Quiz Average The program should prompt the user to enter a number corresponding with one of the choices, or the letter x to exit. As long as the user doesn't press x, the program should keep showing the same menu to the user. Class Average For the option to calculate class average, the program should calculate the average of all the quiz scores for all the students present. The program should then show the overall class average to the students. The overall class average for all students and all quizzes is 79.07 (see Table 1.). Quiz 1 Quiz 2 Quiz 3 Quiz A Quiz 5 Bethany 78 89 91 92 95 Julius 87 78 76 79 75 George 70 75 69 70 Table 1. Raw Quiz Scores
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
