The syntax ____ displays a return value.
A. dblNewPrice = GetNewPrice(dblCurrentPrice)
B. lblNewPrice.Text = GetNewPrice(dblCurrentPrice).ToString("C2")
C. Dim dblNewPrice
D. dblTotalDue = intQuantity * GetNewPrice(dblCurrentPrice)
Answer: B
Computer Science & Information Technology
You might also like to view...
Which of the following shows how a single quote (') is represented as part of a string in SQL?
a. _' b. "'" c. /' d. ''
Computer Science & Information Technology
Virus software works in the background whenever your computer is on.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology