Write a Python program that reads from an input from user n student test scores in the range 0- 100 and store these scores in a list (Hint: use sentinel value score


Write purpose, inpu,output and algorithm of this python program


Write a Python program that reads from an input from user n student test scores in the range 0- 100<br>and store these scores in a list (Hint: use sentinel value score < 0). Your program should determine the<br>number of students having scores in each of the following ranges: 0-59, 60-79, 80-89, and 90-100.<br>Display the score ranges and the number of students. If you run your program with the following data:<br>76, 89, 100, 95, 90, 100, 76, 100, 50, 67, 78, 89, 77, 89, 98. Your output should be as follows:<br>Number of students: 15<br>e-59<br>60-79<br>80-89<br>90-100<br>=====<br>=====<br>=====<br>======<br>1<br>5<br>Sample output (exercise 3)<br>

Extracted text: Write a Python program that reads from an input from user n student test scores in the range 0- 100 and store these scores in a list (Hint: use sentinel value score < 0).="" your="" program="" should="" determine="" the="" number="" of="" students="" having="" scores="" in="" each="" of="" the="" following="" ranges:="" 0-59,="" 60-79,="" 80-89,="" and="" 90-100.="" display="" the="" score="" ranges="" and="" the="" number="" of="" students.="" if="" you="" run="" your="" program="" with="" the="" following="" data:="" 76,="" 89,="" 100,="" 95,="" 90,="" 100,="" 76,="" 100,="" 50,="" 67,="" 78,="" 89,="" 77,="" 89,="" 98.="" your="" output="" should="" be="" as="" follows:="" number="" of="" students:="" 15="" e-59="" 60-79="" 80-89="" 90-100="====" =="===" =="===" =="====" 1="" 5="" sample="" output="" (exercise="">

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here