Vidyalelo
Visual Basic · Q208

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 208

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)
Answer
C.
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