Today, I programmed a calculator to determine the median of some values. It automatically organizes the data points from least to greatest and choose the middle or middle two values. If it has two middle values, it averages the two but it will just return the value if there is only the one.
Programmed by @abcdefgummies