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
d. $3,500.00
Computer Science & Information Technology
You might also like to view...
In a calculated control, a combination of field names, properties, constants, or operators is called a(n) ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
What is the best practice for centering a title over multiple columns?
A) Use the Merge Title feature B) Enter the title in the center column of the range C) Use the Combine and Center alignment D) Use the Merge and Center alignment
Computer Science & Information Technology