Vidyalelo
Visual Basic · Q426

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 426

Q426

What will be the content of num, after the code execution; if before code execution num has value 90? If num 500 Num=num*3; Endif

A.
0
B.
90
C.
180
Answer
D.
270

Answer: Option C

Solution

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