Q. How many expressions can be checked using if...elseif...else statement?

  • (A) 100
  • (B) 1
  • (C) Infinite
  • (D) None of these
πŸ’¬ Discuss
βœ… Correct Answer: (C) Infinite
Explanation: You can execute any number of expressions using if-elseif-else statements, each elseif statement containing one condition.
Explanation by: Chandani
You can execute any number of expressions using if-elseif-else statements, each elseif statement containing one condition.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
377
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Chandani
Publisher
πŸ“ˆ
88%
Success Rate