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