Vidyalelo
Visual Basic · Q182

Visual Basic MCQs: Test Your Proficiency in Visual Basic Programming

Programming · Visual Basic · question 182

Q182

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

A.
0
B.
200
Answer
C.
400
D.
600

Answer: Option B

Solution

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