Home » Unlabelled » What is the correct statement when declaring and assigning the value of 100 to an Integer variable called numPeople _____. | Visual Basic mcqs
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
No comments:
Post a Comment