Question: [[In Pseudocode]] Design a program that reads an arbitrary number of runners' names and their times and outputs the name of the runner or runners
[[In Pseudocode]]
Design a program that reads an arbitrary number of runners' names and their times and outputs the name of the runner or runners with the fastest time.
Design a module that reads all the runners' names and times and stores the names and times in parallel arrays. What are this module's parameters and what does it return?
Use parameters and returns in all of your modules.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
