Computer Science, asked by anaborah77, 5 months ago

find the output
math.ceil(math.max(-5.2,-2.6)​

Answers

Answered by mv0673075
1

Math.max will give -2.6

And after that Math.ceil will give the greatesr value which will be -2.0

Explanation:

hope it helps!

Similar questions