Multiple Choice
What will be the output of the following statement?
txtBox.Text = CStr(Math.Round(17 / 2) )
A) 8
B) 9
C) 8.5
D) 17.00
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q82: The following lines are valid.<br>Dim h As
Q83: What will be the output of the
Q84: What value will be assigned to the
Q85: If TAX_RATE is a named constant of
Q86: The value assigned to a class-level named
Q88: If strVar.Length is 5, then the value
Q89: A numeric variable that has not been
Q90: What message will be displayed by the
Q91: Which of the following statements removes all
Q92: What will be the output of