Write a modular program that will allow a teacher to


Average Test Scores

Python code for the following programming problem.

Write a modular program that will allow a teacher to calculate theaverage test score for a certain number of students. The teachercan enter the number of students who took the test, and then thescore for each student. Your program will then calculate theaverage score and print out the results. Your program must use theappropriate loop, modules, and run multiple times for differentsets of test scores.

Your sample output might look as follows:

How many students took the test: 9

Enter their score: 98

Enter their score: 78

Enter their score: 99

Enter their score: 92

Enter their score: 87

Enter their score: 100

Enter their score: 88

Enter their score: 81

Enter their score: 79

The average test score is 89

Do you want to end program? (Enter no to process a new set ofscores): yes

Solution Preview :

Prepared by a verified Expert
Business Management: Write a modular program that will allow a teacher to
Reference No:- TGS01559556

Now Priced at $20 (50% Discount)

Recommended (94%)

Rated (4.6/5)