Examveda

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

A. 0

B. 1000

C. 3000

D. 2000

Answer: Option C


This Question Belongs to Computer Science >> Visual Basic

Join The Discussion

Related Questions on Visual Basic