Question: Need a C program code, not C++ 3. a. A bowling team consists of five players. Each player bowls three games. Write a C program
Need a C program code, not C++

3. a. A bowling team consists of five players. Each player bowls three games. Write a C program that uses a nested loop to enter each player's individual scores and then com- putes and displays the average score for each bowler. Assume that each bowler has the following scores: 1st bowler: 286 2nd bowler: 212 3rd bowler: 252 4th bowler: 192 5th bowler: 186 252 186 232 201 236 265 215 216 235 272 b. Modify the program written for Exercise 3a to calculate and display the average team score. (Hint: Use a second variable to store the total of all the players' scores.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
