Computer Science, asked by JoshuaJV3509, 8 months ago

The output of the following mathematical function Sqrt(Power(4,3))+Ceiling(3.5,4)

Answers

Answered by itssudhanshukumar
0

Answer:

Your answer is 12.0

Explanation:

As per the question :

In function Sqrt(Power(4,3))+Ceiling(3.5,4)

Power(4,3)=64.0 and Ceiling(3.5,4)=4

Sqrt(64.0)=8.0

so, Sqrt(Power(4,3))+Ceiling(3.5,4) =8.0+4=12.0

Similar questions
Math, 11 months ago