
This assignment will test your knowledge of Arrays Array searching Array sorting Array processing
Specification An athletics club require a simple statistical analysis program for analysing lap speed for runners. The program should provide the following functionality
Allow the user to enter a number of race results (a value between 2 & 20)
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.)
When data entry is complete, display a menu with the following options ïâ??· Display average race completion time ïâ??· Display the fastest race completion time ïâ??· Display slowest race completion time ïâ??· Sort & Display the race times in descending order ïâ??· Search for an individual race participant by name
For each of the above functions, you are required to implement an appropriate method

HELP !!!

??