51.
What will be the output of the following Visual Basic code, If the intnumber variable is 110?

If intnumber<=100 Then
   Intnumber=intnumber*2;
Else
   Intnumber=intnumber*3;
EndIf

52.
It is disadvantageous to use public variables in classes because . . . . . . . .

55.
A control's KeyPress event occurs every time . . . . . . . .

Read More Section(Visual Basic)

Each Section contains maximum 100 MCQs question on Visual Basic. To get more questions visit other sections.