Hi guys I have been asked to program; Allow the user to enter a number of race results (A minimum of two participants can run in a race and a maximum of 7).

Process the results by
• Allowing a user to enter a race participants name
• Allowing a user to enter a race participants completion time (a value between 0.00 &
10.00 mins.)

Is the following code sufficient? or should I go another...