subject
Computers and Technology, 10.11.2020 07:30 klu65

You have been asked to write a program for the Lonestar Obstacle Race. The program calculate the total number of racers, the fastest race time, the slowest race time, and the overall average race time. All race times should be greater than 0.
Your program should:

Ask the user to enter race times (in minutes)
Set a maximum number of racers for the race
Use repetition to continue to accept race times until the user specifies there are no more times to enter or times have been entered for the maximum number of racers allowed
At a minimum, within the loop, you should keep track of how many race times are entered, the fastest race time and the slowest race time.
After the loop is exited, display how many race times were entered, the fastest race time, the slowest race time and the overall average race time.
Format your output appropriately
Be sure to include all appropriate documentation at the start of the program and within the program

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 08:30
Active listen eliminates barries to communication true or false
Answers: 1
question
Computers and Technology, 22.06.2019 10:30
Dave has to create animations for a game. which tool can dave use?
Answers: 3
question
Computers and Technology, 22.06.2019 18:00
Which of the following physical laws can make the flow of water seem more realistic? a. motion b. gravity c. fluid dynamics d. thermodynamics
Answers: 2
question
Computers and Technology, 22.06.2019 22:10
Asequential circuit contains a register of four flip-flops. initially a binary number n (0000 ≤ n ≤ 1100) is stored in the flip-flops. after a single clock pulse is applied to the circuit, the register should contain n + 0011. in other words, the function of the sequential circuit is to add 3 to the contents of a 4-bit register. design and implement this circuit using j-k flip-flops.
Answers: 1
You know the right answer?
You have been asked to write a program for the Lonestar Obstacle Race. The program calculate the tot...
Questions
Questions on the website: 13722363