
Design and implement a java program that will read a file containing numbers and compute the following statistics: the rannge( low, high), the average and the median(middle number).
Notes: - The first number in the input file will be the number of numbers in the file The maximum number of numbers in the file will be 1000 To find the median, you must first sort the numbers
The range of numbers is: -44.... to 7654 The average number is ...1001 The median number is ...507