1.Dim numPeople =
2.Dim numPeople = Int(100)
3. numPeople = 100
4.Dim numPeople As Integer = 100
Answer:4