Question: c++ Get Started Quick Links Write a program that prompts the user to enter the number of players of a basketball team and each score
Get Started Quick Links Write a program that prompts the user to enter the number of players of a basketball team and each score of the players and the finally displays the lowest, the highest and the average score, Here is a sample run Enter the number of players: 4 center> Enter the score: 45 Enter the score: 50 Enter the score: 85 Enter the score: 68 Lowest score is 45 Highest score is 85 Average score is 62
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
