Write a c program as follows print the list of runners and


Write a c++ program as follows. Print the list of runners and times as example below. Then print the name of the fastest runner and his/her time (in hours and minutes). Also, find the second fastest runner. Print the name and his/her time (in hours and minutes).

The program should have a method that takes as input an array of integers and returns the index corresponding to the person with the lowest time. The program should apply this method to the array of running times to find the fastest runner. Also include a second method to find the second-best runner. The second method should use the first method to determine the best runner, and then returns the index corresponding to the person with the second lowest time.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a c program as follows print the list of runners and
Reference No:- TGS01358100

Expected delivery within 24 Hours