Q208
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)
AnswerC.
Round.Math(intNum, 3)
D.
Round.Math(3, intNum)
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board