The Pinewood Derby involves racing Derby cards down multiple lanes and calculating the average time to determine the winner. Create a program that prompts the user to enter in the number of racers that are competing. For each racer that is competing, the user should be specified to enter in four race times and the program should display the average of those times. That data should be then saved to a file. The program should drop the racers slowest time and calculate the average of the remaining times to determine a winner. Note: The most common error I see is that people drop the fastest race time, not the slowest. The program does not need to report who won; the program just needs to display the adjusted average for each racer.
The Pinewood Derby involves racing Derby cards down multiple lanes and calculating the average time to determine the winner. Create a program that prompts the user to enter in the number of racers that are competing. For each racer that is competing, the user should be specified to enter in four race times and the program should display the average of those times. That data should be then saved to a file. The program should drop the racers slowest time and calculate the average of the remaining times to determine a winner.
Note: The most common error I see is that people drop the fastest race time, not the slowest. The program does not need to report who won; the program just needs to display the adjusted average for each racer.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps