Design an algorithm for a problem that processes results of a swimming competition. The program will set a number of competitors, obtain their names from the user, and uses random number generator to get the results (in seconds, as real numbers with three digits after the decimal point). Then it will find and display the average timefor all competitors, andthe names and best three results (first, second, and third places). 1. Set a number of competitors as a constant TOTAL (no more than 10)   2. Declare two arrays to hold names and results (an actual array should have different name than the formal array in the function definitions)   3. Call functions to fill the arrays with names (user entries) and results (random decimal numbers)   4. Print all names and results as a table with appropriate titles   5. Display the average time (by calling function getAverage())   6. Sort the array of results and corresponding names   7. Print names and results for the first three places (first three elements of the sorted arrays)   8. Compile and run the code, and make a screen shot of the output. Example output in the image

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Design an algorithm for a problem that processes results of a swimming competition. The program will set a number of competitors, obtain their names from the user, and uses random number generator to get the results (in seconds, as real numbers with three digits after the decimal point). Then it will find and display the average timefor all competitors, andthe names and best three results (first, second, and third places).

1. Set a number of competitors as a constant TOTAL (no more than 10)
 
2. Declare two arrays to hold names and results (an actual array should have different name than the formal array in the function definitions)
 
3. Call functions to fill the arrays with names (user entries) and results (random decimal numbers)
 
4. Print all names and results as a table with appropriate titles
 
5. Display the average time (by calling function getAverage())
 
6. Sort the array of results and corresponding names
 
7. Print names and results for the first three places (first three elements of the sorted arrays)
 
8. Compile and run the code, and make a screen shot of the output.

Example output in the image

C. C:\WINDOWS\system32\cmd.exe
Swimming competition progran
Author: <Your name> Študent ID <Your student ID>
Date: 2 May 2019
Next swimmer name? Tina
Next swimmer name? Andwer
Next swimmer name? Brian
Next swimmer name? Peter
Next swimmer name? Jessica
Swimmer
Name
Result
56.437
Tina
Andwer
Brian
Peter
Jessica
67.798
59.376
59.878
53.758
The average time for the group is 59.449sec
The winners are:
1 place - Jessica with the result: 53.758 sec
2 place - Tina with the result: 56.437 sec
|3 рlace
Brian with the result: 59.376 sec
-
Press any key to continue
12345
Transcribed Image Text:C. C:\WINDOWS\system32\cmd.exe Swimming competition progran Author: <Your name> Študent ID <Your student ID> Date: 2 May 2019 Next swimmer name? Tina Next swimmer name? Andwer Next swimmer name? Brian Next swimmer name? Peter Next swimmer name? Jessica Swimmer Name Result 56.437 Tina Andwer Brian Peter Jessica 67.798 59.376 59.878 53.758 The average time for the group is 59.449sec The winners are: 1 place - Jessica with the result: 53.758 sec 2 place - Tina with the result: 56.437 sec |3 рlace Brian with the result: 59.376 sec - Press any key to continue 12345
Expert Solution
steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY