The SUM function
A) identifies the midpoint value in a set of values.
B) displays the lowest value in a range.
C) calculates the arithmetic mean or average of values in a range.
D) calculates the total of values contained in two or more cells.
D
Computer Science & Information Technology
You might also like to view...
Documents can be viewed in a web browser if they are saved as a web page
Indicate whether the statement is true or false
Computer Science & Information Technology
Which expression adds 1 to the element of array arrayName at index i, assuming the array is of type int?
a) ++arrayName[i] b) arrayName++[i] c) arrayName[i++] d) None of the above.
Computer Science & Information Technology