Computer Science, asked by undefeated123, 9 months ago

write the output for the following functions:

a) POWER(2,4)

b) SQRT(64)

c) AVERAGE(2,3,4,5)​

Answers

Answered by pmvjs299
7

Answer:

a) pow(2,4) = 16.0

b) sqrt (64) = 8.0

c) average (2,3,4,5) = 3.5

Explanation:

hope it helps!

Answered by bhagwansah786
1

Answer:

power (2,4) sQRt(64) average (2,3,4,5)

Similar questions