Multiple choice technology web technology select CEILING(-10.4) -11 -10 -10.5 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.