Question: Exercise 6-1: Use a list for the Test Scores program In this activity, you will modify the Test Scores program to store the score inputs

Exercise 6-1: Use a list for the Test Scores program In this activity, you will modify the Test Scores program to store the score inputs in a list format. You will also display some other statistics that you are able to calculate with the list values including number of scores, low score, high score and median score. Use this starting Trinket to begin. Be sure to follow the exact instructions in our textbook, page 193, to make modifications to the get_scores() function, process_scores() function, and main() function. Example output: (Bold fonts are the user input fields) The Test Scores Program Enter "x" to exit Enter test score: 75 Enter test score: 85 Enter test score: 95 Enter test score: x Total: 255 Number of Scores: 3 Average Score: 85 Low Score: 75 High Score: 95 Median Score: 85

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 Mathematics Questions!