Exercise 3: Write a program that reads from an input screen n student test scores in the range 0 – 100 and store these scores in a list. 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. (Hint: store the ranges as a list). 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 0-59 60-79 80-89 90-100 ===== ===== ====== ===== 1 9. Your program should have at least these 3 functions: 1. main():displays the ranges and the number of students in each range 2. readData(): reads data from input screen into a list 3. splitIntoRanges (): takes a list of scores and determines the number of students- in each score range

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.5: A Closer Look: Loop Programming Techniques
Problem 13E
icon
Related questions
Question
Using paython Functions and list
Exercise 3: Write a program that reads from an input screen n student test scores in the
range 0- 100 and store these scores in a list. 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. (Hint: store the ranges as a list). 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
0-59
60-79
80-89
90-100
=---
5.
9.
Your
program should have at least these 3 functions:
1. main():displays the ranges and the number of students in each range
2. readData():reads data from input screen into a list
3. splitIntoRanges (): takes a list of scores and determines the number of students
in each score range
Transcribed Image Text:Exercise 3: Write a program that reads from an input screen n student test scores in the range 0- 100 and store these scores in a list. 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. (Hint: store the ranges as a list). 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 0-59 60-79 80-89 90-100 =--- 5. 9. Your program should have at least these 3 functions: 1. main():displays the ranges and the number of students in each range 2. readData():reads data from input screen into a list 3. splitIntoRanges (): takes a list of scores and determines the number of students in each score range
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Types of trees
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning