What value is assigned to the String variable str Second when the following code is executes?
Dim strFirst As String
Dim strSecond As String
strFirst = "1 2 3 Button My Shoe"
strSecond = strFirst. ToUpper ()
a. "1 2 3 bUTTON mY SHOE" b. "1 2 3 BUTTON MY SHOE"
c.
BUTTON MY SHOE"
d. "123BUTTONMYSHOE"