Write an application which makes the selection of the first three places in a ski race :
1.Application must admit at most 15 competitors.
2.Data of competitor will be saved in two dimensional array , In first dimension
save the serial number of the competitor in the second dimension should be placed and saved time of competitor in seconds. For example 98sec , 120 sec etj
3.Application selects three first places and return to the following ranking :
First Place : Competitor with X serial number and with time XXX seconds.
Second Place : Competitor with X serial number and with time XXX seconds.
Third Place : Competitor with X serial number and with time XXX seconds.