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

Join The Discussion