Saturday, 30 March 2013

What is the correct statement when declaring and assigning the value of 100 to an Integer variable called numPeople _____. | Visual Basic mcqs

A. Dim numPeople =
B. Dim numPeople = Int(100)
C. numPeople = 100
D. Dim numPeople As Integer = 100

Ans: D


No comments: