Q. Which function is used to round a number down?

  • (A) Math.floor()
  • (B) Math.round()
  • (C) Math.ceil()
  • (D) Math.min()
πŸ’¬ Discuss
βœ… Correct Answer: (A) Math.floor()
Explanation: Math.floor() rounds a number down to the nearest integer.
Explanation by: Mr. Dubey
Math.floor() rounds a number down to the nearest integer.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
71
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate