Q. Which function is used to round a number down? (A) Math.floor() (B) Math.round() (C) Math.ceil() (D) Math.min() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) Math.floor() Explanation: Math.floor() rounds a number down to the nearest integer.