Question: Write a program in C++ to keep track of how many points a NBA player scored in each of 10 NBA games. The first six

Write a program in C++ to keep track of how many points a NBA player scored in each of 10 NBA games. The first six scores are entered when the array is initialized (int gameScores [10] = {12,5,21,15,32,10};), and then you are asked to input the players scores for games 7-10 (Scores are 21,8,11, and 14). After all the data is entered, the program loops through the 10 scores to compute average points per game.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!