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

Code:
If num<=100
    num=num*2;
ElseIf num>500
   Num=num*3;
Endif
  • (A) 0
  • (B) 90
  • (C) 180
  • (D) 270
πŸ’¬ Discuss
βœ… Correct Answer: (C) 180

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
205
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ritu Nagar
Publisher
πŸ“ˆ
80%
Success Rate