Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions