Computer Science, asked by vedprakash3941, 3 months ago

. Explain the below SUM() functions and write the value returned by it.
a) =SUM (1,2,3)
b) =SUM (5,10, TRUE)
c) =SUM ("5",15, TRUE)

Answers

Answered by harshitha926594
0

Explanation:

a) \:  \:  \:  = sum(1, \: 2, \: 3) = 6 \\ b) \: \: \:  = sum(5, \: 10, \: TRUE()) = 16 \\ c) \: \: \:  = sum("5", \: 10, \: TRUE()) = 21

Similar questions