Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Exercise 03: Write a program in java that read as input the scores of 3 quizzes of each student (out of 10 as follows) into
Exercise 03: Write a program in java that read as input the scores of 3 quizzes of each student (out of 10 as follows) into a 2-D array: Enter the number of students> 4 Enter quiz scores for student 1> 10.0 2.04.0 Enter quiz scores for student 2> 5.5 6.0 6.0 Enter quiz scores for student 3 8.259.04.0 Enter quiz scores for student 4> 9.5 8.5 2.0 The program then calculates the average of each quiz score for all the students. It then computes a 'grand' average by computing the 'average of averages' The program then decides if a student is 'Above Average' or 'Below Average' as follows: If the majority of student's scores are-Grand Average, then thouit le ts elioes eelse the stuso average. Your output Grand Average is 6.229/10.e Student 1 is Below Average Student 2 is Below Average Student 3 is Above Average Student 4 is Above Average
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started