Question: Your task is to write a C++ program that works as follows: Write software in C++ that has two parallel arrays, one for names of

 Your task is to write a C++ program that works as

Your task is to write a C++ program that works as follows: Write software in C++ that has two parallel arrays, one for names of basketball players and one for points scored by each of the players. Your program should have arrays of length 5. Your software should have an input for loop that asks the user input five sets of data - first it will ask for a players name, then for points scored by the player, It will put this data into the array and repeat for all five players. Next Your software should calculate and display: . The sum of the scores for all players The average score for all players Then it should find and display the name and points for the player whop scored the most points. You should submit a well-documented (start with documentation) and properly working C++ source code file for your software. The design of the input and output that appears as the program runs is up to you, but it should be easy to read and understand

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!