Multiple Choice
Suppose the Double variable num has the value 123.4567. What value will the following statement assign to num?
num = Math.Round(num, 2)
A) 123.4567
B) 123.457
C) 123.45
D) 123.46
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: What will be displayed when the following
Q3: When using the equal sign to assign
Q4: What is the value of Int(8.9)?<br>A) 8<br>B)
Q5: Which of the following is not used
Q6: Given x = 3 and y =
Q8: The value of (11 Mod 2) is
Q9: What is the value of ("12/15/09").Substring(3,2)?<br>A) /15<br>B)
Q10: The empty string is the same as
Q11: When a variable declared in one event
Q12: Which statement will display the words "Hello