?
What will be the output of the following Visual Basic code, If the intnumber variable is 110?
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
If intnumber<=100 Then
Intnumber=intnumber*2;
Else
Intnumber=intnumber*3;
EndIf
Join the Discussion
Login to post a comment or share your explanation.
Login