Question: Java WHILE LOOPS ONLY For a class of unknown umber of students write a java program to calculate the average of three test scores for

Java
WHILE LOOPS ONLY
For a class of unknown umber of students write a java program to calculate the average of three test scores for each student and the class average.
Apply a while loop to repeat your program as the user wants, counters, accumulators, input validation (using a while loop)
all scores must be > 0 and <= 100
input, First name, MI, Last Name, test score 1, Score 2, Score 3.
Don't forget to add comments
(Calculate the average for each student and the class average)
Display each student's First name, MI, Last Name, test score 1, Score 2, Score 3, average
and Class Average
Submit:
source code files
output file ( show what happens when you enter a score out of range )
design file

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!