Write a program to accept N integers from the user, sort the numbers in ascending
order and compute the median value. If N is odd, the median value is considered to be the middle value, on the other hand if N is even, the median value should be the average of the two middle values after sorting as shown in the example below. The program should also print the range, which is the difference between the highest and lowest number in a given data set. Use Bubble Sort to arrange the data. Java
Answers
Answered by
1
Answer:
do yourself please ok by
Similar questions