πŸ“Š Visual Basics
Q. What will be the content of Text after the code is executed with id=8?
If id==1 Then
Text="Janet";
Elseif id==2 OrElse id==3 Then
Text="Mark"
ElseIF id==4 Then
Text="Jerry"
Else
Text="Sue ";
EndIf
  • (A) Janet
  • (B) Dynamic
  • (C) Jerry
  • (D) Sue
πŸ’¬ Discuss
βœ… Correct Answer: (D) Sue

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
247
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
92%
Success Rate