Computer Science, asked by neel5096, 3 months ago

double a = math. ceil (-4);​

Answers

Answered by himanshu2006vps
0

Answer:

the correct answer is -4

/**The Math.ceil() function always rounds a number up to the next largest integer.

Also note that Math. ceil( ) does not round negative numbers to larger negative numbers; it rounds them up toward zero.**/

Similar questions