Multiple choice technology CEIL(125.12) gives ________ 126 125 125.12 125.1 Reveal answer Fill a bubble to check yourself A Correct answer Explanation CEIL always rounds UP to the nearest integer, so CEIL(125.12) = 126. CEIL returns the smallest integer greater than or equal to the input value - it never rounds down.