Problem 2 (50 points) Write a program that reads in final exam test scores for a class until the user enters -1 to indic
Posted: Sun Jul 03, 2022 11:22 am
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.