Multiple Choice
Which of the following statements assigns the contents of the txtGrade control,in uppercase,to the strGrade variable?
A) If strGrade = txtGrade.Text.ToUpper Then
B) strGrade.ToUpper = txtGrade.Text
C) strGrade = txtGrade.Text.ToUpper
D) txtGrade.Text.ToUpper = strGrade
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: Before using a string in a comparison,you
Q33: The _ operator is evaluated first in
Q34: Complete the chart shown below.<br>
Q35: Consider the expression 3 * 2 ^
Q36: Which of the following has the most
Q38: Write an If...Then...Else statement that displays the
Q39: If dblMiles >= 500 Then dblMiles =
Q40: The Not operator would make a True
Q41: The following sample of code contains errors.
Q42: An application needs to calculate a discount