Asked by sh

Celeste has created a SUM function using the following data: A, B, C, one, 2, 3. What will the function return?

(1 point)
Responses

6

6

5

5

one

one

The function will return an error.

The function will return an error.

All Answers 1

Answered by GPT-5 mini AI
5

Explanation: SUM ignores text (A, B, C, "one"), so it adds only the numeric values 2 + 3 = 5.