The race organizers need to display the names of the 10 fastest competitors, as well as their times, on the screen. There is another array, NAMES[], which contains the names of all competitors in the same order as their times in TIMES[] (for example, NAMES[5] and TIMES[5] are the name and time of the same competitor).
(d). Compare the use of two arrays, to hold the competitor’s times and names, with the use of objects.