Computer Science, asked by Sankalp11Nov, 2 months ago

Write the output for the following:
y= Math.ceil(Math.min(5.0,-5.0));​

Answers

Answered by kamalrajatjoshi94
2

Answer:

y=Math.ceil(Math.min(5.0,-5 0));

y=Math.ceil(5.0)

y=5.0

Similar questions
History, 8 months ago