Question: A dancing competition is being held. Each competitor in this competition is judged by seven judges. Each judge submits a score (an integer between 0

A dancing competition is being held. Each competitor in this competition is judged by seven judges. Each judge submits a score (an integer between 0 and 100, including 0 and 100) and the competitors score is average of the seven judges scores.

Design a Python program which will:

Input the number of competitors. Your program should repeat the input until the number of competitors input is between 3 and 16 (including 3 and 16).

For each competitor, you program should:

o Input the judges scores, If an input score is invalid, then your program should repeat the input until the score is valid.

Output the score for the competitor. Note the average is calculated as a real number

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