Visual Basic - Study Mode
[#541] Stretch property is used set. . . . . . . .of images .
Correct Answer
(A) width and height
[#542] The function of . . . . . . . . is to give a pop-up message to the user.
Correct Answer
(A) msgbox()
[#543] A function's header includes the . . . . . . . . data type.
Correct Answer
(A) As
[#544] The strStates and strCapitals arrays are parallel arrays. If Illinois is stored in the second element in the strStates array, where is its capital (Springfield) stored?
Correct Answer
(A) strCapitals(1)
[#545] Following are not the arithmetic operator .
Correct Answer
(B) <=