Question: Please do in C++. I think there should be 5 gymnasts with 3 scores. 2. Write a program that has a two-dimensional 3 x 5
2. Write a program that has a two-dimensional 3 x 5 integer array of gymnast scores in a competition. The scores must all be in the range of 0 to 10. Include nested loops to read in values into the array. Compute and print the average score for each gymnast in a separate 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 separate void function
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
