Multiple Choice
Which of the following declares an Integer variable named intLength and assigns it the integer literal 12?
A) Dim intLength As Integer initialize to 12
B) Dim intLength = 12 As Integer
C) Dim intLength As Integer = 12
D) Dim intLength As Integer 12
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Which of the following has the highest
Q9: A class-level variable _.<br>A) is declared inside
Q10: Which will be displayed in the label
Q11: What will be assigned to the label
Q12: All of the following are advantages of
Q14: A keyboard access key is assigned to
Q15: Which of the following is not true
Q16: Which of the following declares a variable
Q17: A Boolean type variable can hold only
Q18: Which of the following is not a