The median of a list is it middle value


A.The median of a list is it middle value when the values are placed in order. For example, if a list contains 1,4,7,8,and 9, then the median is 7. Write an application that allows you to enter nine double values and display them and their median. Save the file as Median.java.
B.Revise the Median class so that the user can enter any number of values up to nine. If the list has an even number of values, the median is the numeric average of the values in the two middle positions. Save the file as Median2.java.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: The median of a list is it middle value
Reference No:- TGS092371

Expected delivery within 24 Hours