
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
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
