Vidyalelo
Visual Basic · Q170

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 170

Q170

What will be the output of the following Visual Basic code, If the intnumber variable is 90? If intnumber<=100 Then Intnumber=intnumber*2; Else Intnumber=intnumber*3; EndIf

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

Answer: Option C

Solution

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