Question: So we are going to create a C++ program where we will keep track of a bowling team and their scores for one night of
So we are going to create a C++ program where we will keep track of a bowling team and their scores for one night of bowling. A team consists of 4 players and each plays 3 games. Initial Setup and input. Create an input section where the user will enter the four names of players. Then after all 4 names are entered each player will throw one game, then the next player will throw one game etc. After all 4 players have bowled a game, then the first one goes again. Make sure you prompt for input using the PLAYER NAME After all players have bowled all 3 games, the average for each player must be calculated. The team score is the total of the best The last output will be the team score. 3 averages from the players. 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
