Computer Science, asked by devadharshiniperumal, 3 months ago


x=14.4
print(math.floor(x))

Answers

Answered by sreemo207
0

Answer:

14

Explanation:

floor function rounds the number to the number less than the given value

so 14.4 gets floored to 14

Similar questions