This program generates 5000 random numbers between 1 and 5000(when the 'Start' button is pressed), and it outputs the statistics of the greatest,
least, and the average values in the array. Once the array has been generated, the user can also search for a number that may be in the array
and the program will find it in the array and export it's position in the array. If there is no value exported, it is not in the array.