Q. Which of the following rounds the contents of the intNum variable to three decimal places? (A) Math.Round(3, intNum) (B) Math.Round(intNum, 3) (C) Round.Math(intNum, 3) (D) Round.Math(3, intNum) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) Math.Round(intNum, 3)