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
Get step-by-step solutions from verified subject matter experts
