McqMate
| Q. |
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 |
| Answer» D. dim numpeople as integer = 100 | |
View all MCQs in
Dot Net Architecture and ProgramNo comments yet