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)

(B) txtBox.Text = myString

Computer Science & Information Technology

You might also like to view...

A phone number field would be best formatted as the ________ data type

Fill in the blank(s) with correct word

Computer Science & Information Technology

[CD] Briefly describe each element type declaration:

``` a) b) c) ```

Computer Science & Information Technology