Vidyalelo
Visual Basic · Q651

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 651

Q651

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

A.
180
B.
330
Answer
C.
156
D.
270

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board