Computer Science, asked by shiwamshaw38, 2 months ago

write output system.out.print(math.ceil(-8.4));​

Answers

Answered by sohamkumarnanda10b
2

Answer:

-8.0 will be the answer

Explanation:

ceil takes the the nearest integer value greater than the number in the bracket.

Remember it gives o/p in decimal value.

Hope this helps you

Similar questions