Multiple choice technology

CEIL(125.12) gives ________

  1. 126

  2. 125

  3. 125.12

  4. 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.