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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A if with OR conditions
  • B Loop only
  • C Sequence only
  • D None
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.

Share This Question

Challenge a friend or share with your study group.