Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 8 Write a Java program to prompt the user to enter the scores of 3 students. The program should check if all the scores
Question 8 Write a Java program to prompt the user to enter the scores of 3 students. The program should check if all the scores are valid (between 0 and 20) or invalid. If one invalid the program should end with a message to the user that there is an invalid score. If all the scores are valid then the program should output the average sco score. Example runs: Enter scorel: 10 Enter score2: 12 Enter score3: 55 You entered an invalid score Enter scorel: 18 Enter score2: 15 Enter score3: 10 The average score is 14.33333333 The highest score is 10 For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac). IX Av !!! > 7 14px Dornaranh Arial
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