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()

a. “1 2 bUTTON mY sHOE”
b. “1 2 BUTTON MY SHOE”
c. “ BUTTON MY SHOE”
d. “12BUTTONMYSHOE”


b. “1 2 BUTTON MY SHOE”

Computer Science & Information Technology

You might also like to view...

When transmitting a 32-bit 2’s complement integer in big-endian order, when is the sign bit transmitted?

What will be an ideal response?

Computer Science & Information Technology

You can NOT reply to a comment

Indicate whether the statement is true or false

Computer Science & Information Technology

Double-sided memory

A) Is two memory modules in the same physical module B) Is required to do dual-channeling C) Is most often used with Rambus D) Provides faster throughput

Computer Science & Information Technology

The _______ copies evidence of intrusions to an investigation workstation automatically for further analysis over the network.

A. ?intrusion detection system B. ?active defense mechanism C. ?total awareness system D. ?intrusion monitoring system

Computer Science & Information Technology