Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Design a program with a loop that lets user enter all students' test scores. Make sure all scores user entered are in the range of
Design a program with a loop that lets user enter all students' test scores. Make sure all scores user entered are in the range of 0 to 100. The user should enter -1 to signal the end of the scores. After all scores have been entered, the program should display number of scores entered, average score, highest score, and lowest score.
This is what I have.... what am I missing? Help please
Start average 0 total - 0 highest - 0 lowest -999 count - 1 Loop "Input Score: " GET > and nc=100 score[10] -1 PUT "Invalid Score" total total + score[1] count count - 1 nr.1 NO n= 1 score[count] Shighest highest score[count] score[count]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