Which of the following is the correct syntax, using a function, for determining the number of cells in a given range? Assume the cells in the range are numerical in data.
a) COUNT(range)
b) SUM(range)
c) AVERAGE(range)
d) MAX(range)