Answered step by step
Verified Expert Solution
Link Copied!

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 pleaseimage text in transcribedimage text in transcribed

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

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_2

Step: 3

blur-text-image_3

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

25 Vba Macros For Data Analysis In Microsoft Excel

Authors: Klemens Nguyen

1st Edition

B0CNSXYMTC, 979-8868455629

More Books

Students also viewed these Databases questions

Question

Show ur work please. I'll upvote if you solve quickly... 161

Answered: 1 week ago

Question

a. When did your ancestors come to the United States?

Answered: 1 week ago

Question

d. What language(s) did they speak?

Answered: 1 week ago

Question

e. What difficulties did they encounter?

Answered: 1 week ago