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
Get step-by-step solutions from verified subject matter experts
