Multiple Choice
What is the correct statement when declaring and assigning the value of 100 to an Integer variable called numPeople?
A) Dim numPeople = 100
B) Dim numPeople = Int(100)
C) numPeople = 100
D) Dim numPeople As Integer = 100
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: You can use a variable name in
Q28: The following statement is valid where dog
Q29: An assignment statement is used to assign
Q30: The exponential notation used in Visual Basic
Q31: Keywords in Visual Basic are words that<br>A)
Q33: Which of the following arithmetic operations has
Q34: What will be the output of the
Q35: With Option Strict On, a statement of
Q36: What will be the contents of the
Q37: A variable declared outside of an event