Question: 3. Which of the following If clauses should you use to compare the string contained in the txtId control with the state abbreviation CA? a.
3. Which of the following If clauses should you use to compare the string contained in the txtId control with the state abbreviation CA?
a. If txtId.Text = ToUpper(“CA”) Then
b. If txtId.Text = ToLower(“ca”) Then
c. If txtId.Text.ToUpper = “CA” Then
d. If ToUpper(txtId.Text) = “CA” Then
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
