Usage: Average Number_1, Number_2, ... Number_n
The Average command will compute the average, or arithmetic mean, of two or more numbers.
The numbers in the list are added and the sum divided by the count of the numbers in the list. For example, Average 2, 4, 6 adds 2, 4, and 6 for a sum of 12 and then divides this sum by 3, since there are three numbers in the list following the command Average.
Enter the numbers to be averaged by separating them with commas, for example, Average 5, 7, 9.