Calculate the average (mean) of a list of numbers.
The average (mean) adds every value in the list and divides by how many values there are.
average = sum ÷ count