Question: 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
Get step-by-step solutions from verified subject matter experts
