Q. What is the correct statement when declaring and assigning the value of 100 to an Integer variable called numPeople (Solved)
1. dim numpeople =
2. dim numpeople = int(100)
3. numpeople = 100
4. dim numpeople as integer = 100
- d. dim numpeople as integer = 100