ExamVeda
Login
Home
This question belongs to Computer Science Visual Basic
Visual Basic
?

What will be the content of num, after code execution; if before code execution num has value 1000?

If num<=100
    num=num*2;
ElseIf num>500
   Num=num*3;
Endif

Answer & Solution
Correct Answer: Option C
Let's discuss the solution. Join the discussion
Examveda
Question posted by Examveda
Community

Join the Discussion

No comments yet Be the first to discuss this question.