Visual Basic - Study Mode

[#331] . . . . . . . . displays an input dialog box containing a message, Ok and Cancel button and an input area.
Correct Answer

(A) Inputbox function

[#332] "dblMy Age" what is the problem with this variable name?
Correct Answer

(C) Contains a space

[#333] Objects are represented by . . . . . . . . variables and . . . . . . . . properties.
Correct Answer

(A) Private, Public

[#334] The variable can be a declared by . . . . . . . .statement .
Correct Answer

(A) dim

[#335] Which of the following declares a two-dimensional array that has three rows and four columns?
Correct Answer

(B) Dim decNums(3, 4) As Decimal