Multiple Choice Question (MCQ)

Question: Which object method is used to return the value rounded down to its nearest integer?
A. abs()
B. ceil()
C. floor()
D. round()
Correct Answer: floor()