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 pleaseDesign a program with a loop that lets user enter all students'test scores. Make sure all scores user entered are in the range

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

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!