The strCity and strState variables contain the strings Louisville and KY, respectively. Which of the following will

Question:

The strCity and strState variables contain the strings “Louisville” and “KY”, respectively. Which of the following will display the string “Louisville, KY” (the city, a comma, a space, and the state) in the lblCityState control?

a. lblCityState.Text = strCity & ', ' & strState

b. lblCityState.Text = strCity & ", " & strState

c. lblCityState.Text = "strCity" & ", " & "strState"

d. None of the above

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

Step by Step Answer:

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