Visual Basic - Study Mode
[#96] To hide a section of code we click the . . . . . . . . box next to it.
Correct Answer
(A) Minus
[#97] What output will be returned if the following Visual Basic code is executed? strCityState = "Nashville, TN"
intCharIndex = strCityState.IndexOf("Tn")
Correct Answer
(D) -1
(G) 11
[#98] A form's . . . . . . . . determines the border style of the form.
Correct Answer
(A) FormBorderStyle Property
[#99] . . . . . . . . array size can be changed at run time .
Correct Answer
(A) dynamic
[#100] A class-level variable is declared using . . . . . . . . keyword.
Correct Answer
(A) Private