Single Choice
Moderate
QProgram to test vowel uses:
ID: #25959
MCQ Quiz - Class 8 - Decision Control Structure
4 views
Question Info
#25959Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - Decision Control StructureTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Correct Answer Explanation:
Check if character is a, e, i, o, or u — combine with OR (||) inside a single if.
Why the other options are incorrect:
- Option B: Single character check doesn't need looping.
- Option C: Sequence can't compare.
- Option D: The check is meaningful.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic