The strWord1 and strWord2 variables contain the strings Input and Box, respectively. Which of the following will

Question:

The strWord1 and strWord2 variables contain the strings “Input” and “Box”, respectively. Which of the following will display the string “InputBox” (one word) in the lblWord control?

a. lblWord.Text = strWord1 & strWord2

b. lblWord.Text = "strWord1" & "strWord2"

c. lblWord.Text = strWord1 @ strWord2

d. lblWord.Text = strWord1 # strWord2

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: