If there is an odd number of numbers, sort the numbers in order and the middle number will be the median.
If there is an even number of numbers, sort the numbers in order and then find the mean of the middle two numbers.
Even though there are only two numbers, find the mean of the middle two numbers.
The mean of 0 and 2 is (0 + 2)/2 = 2/2 = 1.
So, the median is 1.
If there is an odd number of numbers, sort the numbers in order and the middle number will be the median.
If there is an even number of numbers, sort the numbers in order and then find the mean of the middle two numbers.
Even though there are only two numbers, find the mean of the middle two numbers.
The mean of 0 and 2 is (0 + 2)/2 = 2/2 = 1.
So, the median is 1.