I am doing one calculation on Median and AFSIK about Median, it can be calculated by a "set of Finite set of Numbers".
Now if a set has following value as:
A = {3,4.56, 2, 11, JAMES, , Joy, 54, 9}
Then how will Median of such set can be calculated???
A median depends on the ordering of the values. If you can for any two different values decide which one of them is greater you can calculate the median. In your example you could choose alphabetic ordering.