double a = math. ceil (-4);
Answers
Answered by
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