How do you write an application that allows you to enter nine double values and display them and their median. And revise thethe 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. Please help.