Solved

Write the Visual Basic Statement That Uses the Contains Method

Question 57

Short Answer

Write the Visual Basic statement that uses the Contains method to determine whether the strEmployeeCode variable contains the string "NC" (entered in uppercase).Assign the method's return value to a Boolean variable named blnIsNC.

Correct Answer:

verifed

Verified

blnIsNC = ...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions