jude score | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

jude score

The requirements are for you to write a program to quickly calculate gymnastics scores for an international competition. Six judges are judging the competition, numbered 1 through 6 for anonymity. The program should have a loop that performs the following tasks: 1. calls a method asking for the score from a single judge, The method should print the judge number and score and return the judges score 2. adds the returned score to a total score. 3. After the loop is done, your program should call a method that calculates and displays the average score.

21st Oct 2017, 3:59 PM
Muratov Alexander
Muratov Alexander - avatar
1 Answer
+ 1
the question doesnt have sufficient info. is the marks ranged or random? and if it is ranged what are the min and max limits
22nd Dec 2017, 6:59 AM
Neil Bhowmik
Neil Bhowmik - avatar