Multiple choice technology web technology

select CEILING(-10.4)

  1. -11

  2. -10

  3. -10.5

  4. error

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

CEILING(-10.4) returns the smallest integer greater than or equal to -10.4, which is -10. The CEILING function rounds up towards zero for negative numbers.