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.
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