Solved

What Is the Correct Syntax for Displaying the Value of the String

Question 13

Multiple Choice

What is the correct syntax for displaying the value of the String variable myString in a text box?


A) txtBox.Text = "myString"
B) txtBox.Text = myString
C) txtBox.Text.myString
D) txtBox.Text = Str(myString)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions