Problem 2 (50 points) Write a program that reads in final exam test scores for a class until the user enters -1 to indic
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Problem 2 (50 points) Write a program that reads in final exam test scores for a class until the user enters -1 to indic
Problem 2 (50 points) Write a program that reads in finalexam test scores for a class until the user enters -1 to indicatethe end of data. Your program should display the average score,total number of scores, highest score, and lowest score. Please uselists, loops, and functions to create a modularized design. Programshould be answered python language.