average = mean median = middle Example Given an array of 5 numbers (say, 1, 2, 5, 6, 8) , find the average and median values. avg = (1+2+5+6+8)/5 (1 & 2) < median < (6 & 8) -> = 5 (median denotes the numerical value which separates a set of numbers into two halves, "the higher half" with all the values greater than the median and the lower half with all the values less than the median)
New words, one handy idiom, and a 2-minute quiz — delivered to your inbox to keep your streak alive.