Respuesta :
Answer:
5
Step-by-step explanation:
When you given input of "x" into a floor function y = ⌊x⌋ , it gives as output the "greatest integer less than or equal to x"
For example, if we were to given 1.4 as the input for floor function, it will return the greatest integer that is less than or equal to 1.4, so it would be 1.
So, if we put 5.7 into this function, the floor function would give "5" as the output.
Thus value of y would be 5