Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

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

The Database Relational Model A Retrospective Review And Analysis

Authors: C. J. Date

1st Edition

0201612941, 978-0201612943

More Books

Students also viewed these Databases questions