solution:
mean:
find the sum of all the values and divide the sum by the number of values.


median:
arrange the values in either ascending or descending, and find the number in the middle.


mode:
the most frequently occurred number.

range:
arrange the values in ascending order and subtract the lowest value from the highest one.

