Que: In the following code, the body of If will execute if txtState.Text contains?

If txtState.Text Like "K*" Then
a. K
b. K123
c. K4
d. 4K
Answer: K

Leave a Comment