A particular talent competition has 5 judges, each of whom awards a score between 0 and 10 to each performer. Fractional scores, such as 8.3, are allowed. A performer's final score is determined by dropping the highest and lowest score received, then averaging the 3 remaining scores. Write a program that uses these rules to calculate and display a contestant's score. It should include the following functions: ● getJudgeData() should ask the user for a judge's score, store it in a parameter variable, and validate it. This function should be called by main program once for each of the 5 judges. ● calcScore(score1, score2, score3, score4, score5) should calculate and return the average of the 3 scores that remain after dropping the highest and lowest scores the performer received. This function should be called just once by main and should be passed the 5 scores. Two additional functions, described below, should be called by calcScore, which uses the returned information to determine which of the scores to drop. ● findLowest(score1, score2, score3, score4, score5) should find and return the lowest of the 5 scores passed to NOTE: You are not allowed to use min() function • findHighest(score1, score2, score3, score4, score5) should find and return the highest of the 5 scores passed to it. NOTE: You are not allowed to use max() function

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Hello, I was wondering if I could get help with this. The language I am using is Python

A particular talent competition has 5 judges, each of whom awards a score between 0
and
10 to each performer. Fractional scores, such as 8.3, are allowed. A performer's final
score
is determined by dropping the highest and lowest score received, then averaging the
3
remaining scores. Write a program that uses these rules to calculate and display a
contestant's score. It should include the following functions:
getJudgeData() should ask the user for a judge's score, store it in a
parameter variable, and validate it. This function should be called by main program
once for each
of the 5 judges.
calcScore(score1, score2, score3, score4, score5) should calculate and return the
average of the 3 scores that
remain after dropping the highest and lowest scores the performer received. This
function should be called just once by main and should be passed the 5 scores.
Two additional functions, described below, should be called by calcScore, which uses
the
●
●
returned information to determine which of the scores to drop.
find Lowest(score1, score2, score3, score4, score5) should find and return the
lowest of the 5 scores passed to it. NOTE: You are not allowed to use min() function
findHighest(score1, score2, score3, score4, score5) should find and return the
highest of the 5 scores passed to it. NOTE: You are not allowed to use max() function
Transcribed Image Text:A particular talent competition has 5 judges, each of whom awards a score between 0 and 10 to each performer. Fractional scores, such as 8.3, are allowed. A performer's final score is determined by dropping the highest and lowest score received, then averaging the 3 remaining scores. Write a program that uses these rules to calculate and display a contestant's score. It should include the following functions: getJudgeData() should ask the user for a judge's score, store it in a parameter variable, and validate it. This function should be called by main program once for each of the 5 judges. calcScore(score1, score2, score3, score4, score5) should calculate and return the average of the 3 scores that remain after dropping the highest and lowest scores the performer received. This function should be called just once by main and should be passed the 5 scores. Two additional functions, described below, should be called by calcScore, which uses the ● ● returned information to determine which of the scores to drop. find Lowest(score1, score2, score3, score4, score5) should find and return the lowest of the 5 scores passed to it. NOTE: You are not allowed to use min() function findHighest(score1, score2, score3, score4, score5) should find and return the highest of the 5 scores passed to it. NOTE: You are not allowed to use max() function
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY