Name the function used to round off value from 1.89 to 2.0.
2017
Name the function used to round off value from 1.89 to 2.0.
- A.
Floor
- B.
Ceil
- C.
Round up (1.89)
- D.
Round to (1.89)
Attempted by 28 students.
Show answer & explanation
Correct answer: B
The ceil/ceiling function rounds a decimal value up to the next integer. Therefore 1.89 becomes 2.0.