Develop a program that gets a list of student grades and find: grade average, max grade, and min grade. - The main part of the program reads student grades entered by the user (stored in a list) and calls a statistics function (1) to calculate the average, maximum, and minimum. It then displays the results to the user. - The statistics function (1) receives a list as a parameter and calculates the average, the minimum and the maximum. The returned result is a list too, with all three values. To build a list and return it, first create an empty list with result = [] then add elements to it with result.append (value) %3D Please on Python The main program (outside of your function) reads the student grades entered by the user (stored in a list) and calls the statistics function (1) to calculate the average, minimum and maximum. Then the main program displays the results to the user

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.5: Case Studies
Problem 3E
icon
Related questions
Question

Please help, I'm not understanding

Develop a program that gets a list of student grades and find: grade average, max
grade, and min grade.
- The main part of the program reads student grades entered by the user (stored in a
list) and calls a statistics function (1) to calculate the average, maximum, and
minimum. It then displays the results to the user.
- The statistics function (1) receives a list as a parameter and calculates the
average, the minimum and the maximum. The returned result is a list too, with all
three values.
To build a list and return it, first create an empty list with result = [] then add
elements to it with result.append (value)
Please on Python
The main program (outside of your function) reads the student grades entered by the
user (stored in a list) and calls the statistics function (1) to calculate the average,
minimum and maximum. Then the main program displays the results to the user
Transcribed Image Text:Develop a program that gets a list of student grades and find: grade average, max grade, and min grade. - The main part of the program reads student grades entered by the user (stored in a list) and calls a statistics function (1) to calculate the average, maximum, and minimum. It then displays the results to the user. - The statistics function (1) receives a list as a parameter and calculates the average, the minimum and the maximum. The returned result is a list too, with all three values. To build a list and return it, first create an empty list with result = [] then add elements to it with result.append (value) Please on Python The main program (outside of your function) reads the student grades entered by the user (stored in a list) and calls the statistics function (1) to calculate the average, minimum and maximum. Then the main program displays the results to the user
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,