Q.

What is the correct statement when declaring and assigning the value of 100 to an Integer variable called numPeople

A. dim numpeople =
B. dim numpeople = int(100)
C. numpeople = 100
D. dim numpeople as integer = 100
Answer» D. dim numpeople as integer = 100

Discussion

No comments yet