Q. In the following code, the body of If will execute if strFirst contains?
Code:
If strFirst.ToUpper Like "B?LL" Then
β
Correct Answer: (A)
Bill
If strFirst.ToUpper Like "B?LL" Then
You must be Logged in to update hint/solution