You will need to store the input in an array so that you


Your teacher runs a lot of marathons. Write a C# program to allow him to find his fastest, slowest and average time of up to 10 races.

Your program should ask for times for each race in hours, minutes and seconds. After 10 races have been entered or the user has typed -1 (to indicate the end of input) you will provide the following output:

Race 1: {time}
Race 2: {time} **FASTEST**
....
....
Race {n-1}: {time} **SLOWEST**
Race {n}: {time}

Average time: {time}

You will need to store the input in an array so that you can output them at the end. Obviously the words FASTEST and SLOWEST should be on the correct line.

You may not use any built in functions on the arrays to calculate the fastest, slowest and average. Average should be rounded to the closest second.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: You will need to store the input in an array so that you
Reference No:- TGS02944967

Expected delivery within 24 Hours