?
What will be the content of num, after code execution; if before code execution num has value 1000?
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
If num<=100
num=num*2;
ElseIf num>500
Num=num*3;
Endif
Join the Discussion
Login to post a comment or share your explanation.
Login