πŸ“Š Visual Basics
Q. What will be the output of the following Visual Basic code, If the intnumber variable is 90?
Code:
If intnumber<=100 Then
   Intnumber=intnumber*2;
Else
   Intnumber=intnumber*3;
EndIf
  • (A) 156
  • (B) 234
  • (C) 180
  • (D) 270
πŸ’¬ Discuss
βœ… Correct Answer: (C) 180

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
168
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rakesh Kumar
Publisher
πŸ“ˆ
83%
Success Rate