Examlex

Solved

What Value Is Assigned to the String Variable StrSecond When

question 16

Multiple Choice

What value is assigned to the String variable strSecond when the following code is executes?
Dim strFirst As String
Dim strSecond As String
StrFirst = "1 2 Button My Shoe"
StrSecond = strFirstName.ToUpper()


Definitions:

Related Questions