Tuesday, July 15, 2014

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

Ans: D


No comments: