What will be the content of num, after the code execution; if before code execution num has value 90?
If num<=100
num=num*2;
ElseIf num>500
Num=num*3;
Endif
If num<=100
num=num*2;
ElseIf num>500
Num=num*3;
Endif
A. 0
B. 90
C. 180
D. 270
Answer: Option C
Related Questions on Visual Basic
Which of the following extension is used to represent the project file in Visual Basic?
A. .vbp
B. .vb
C. .cls
D. .vvb
Which of the following applications can be developed using Visual Basic tool?
A. Graphical User Interface
B. Real-time
C. Character User Interface
D. All of the mentioned
In visual basic language what are the rules of a programming language called?
A. Grammar
B. Order
C. Syntax
D. Rules

Join The Discussion