Solved

What Is the Correct Statement When Declaring and Assigning the Value

Question 32

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions