Which of the following statements correctly assigns the InputBox functions return value to a String variable named

Question:

Which of the following statements correctly assigns the InputBox function’s return value to a String variable named strCity?

a. String.TryParse(InputBox(strMSG, "City"), strCity)

b. strCity = String.TryParse(InputBox(strMSG, "City"))

c. strCity = InputBox(strMSG, "City")

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: