Multiple Choice
Which will be displayed in the label lblResult following execution of the code below?
Dim dblGrossPay as Double
DblGrossPay = 3500
LblResult.Text = dblGrossPay.ToString("c")
A) 3500.00
B) 3500
C) $3500.00
D) $3,500.00
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Which statement is true regarding the <b>CInt</b>
Q6: It's possible to view the order in
Q7: The statement to declare strName as a
Q8: Which of the following has the highest
Q9: A class-level variable _.<br>A) is declared inside
Q11: What will be assigned to the label
Q12: All of the following are advantages of
Q13: Which of the following declares an Integer
Q14: A keyboard access key is assigned to
Q15: Which of the following is not true