Multiple Choice
Which of the following is a valid statement that can be used to declare a local variable that will store whole numbers?
A) Dim IndexWhole as Whole
B) Dim IndexString as String
C) Dim IntegerIndex as Index
D) Dim IndexInteger as Integer
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: Write code using nested Try/Catch blocks where
Q6: Which of the following has the highest
Q7: If you are declaring a variable that
Q8: Explain how you would decide which data
Q9: It is a good idea to set
Q11: The data type that is used for
Q12: Although it is best to always declare
Q13: Which of the following is the correct
Q14: MessageBox.Show("Hello","Goodbye")will display _.<br>A)"Hello" in the message box
Q15: Message boxes can be used to notify