Question: C++ program b. Write a program that asks the user to input the number of runners participating in a running competition (n) and their weights.
b. Write a program that asks the user to input the number of runners participating in a running competition (n) and their weights. The program must calculate and print the minimum weights, maximum weights and the average. Example: Please enter the number of runners participating 4 Please enter the grade of each course 55.1 60.3 49 53 The maximum weight is: 60.3 The minimum weight is: 49 The average is: 54.35
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
