[solved] – Question 70435
Write a program that has a two-dimensional 3 by 5 integer array of gymnast scores in a competition. The scores must all be in the range of 0-10. Include nested loops to read in values into the array. Compute and print the average score for each gymnast in a seperate void function. Compute and print the overall score for each gymnast as well as the overall average(sum all 15 scores and divide by 15) in a seperate void function.
I have tried the problem but I don’t know how to do the functions and everything messes up. I think there should be 5 gymnasts with three scores per each. Thank you!
Expert Answer
OR

