Challenge: Find the Floor and Ceiling of a Number

In this lesson, you will learn about finding the floor and ceiling of a number from a given pool of numbers.

Floor functions

A floor function takes a real number xx and returns the greatest Integer less than or equal to x.x.

For Example,

floor(x)=xfloor(x) = \lfloor x \rfloor

floor(7.5)=7.5=7floor(7.5) = \lfloor 7.5 \rfloor = 7

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.