Single Choice Moderate

QCheck largest of three uses:

ID: #25938 MCQ Quiz - Class 8 - Decision Control Structure 4 views
Question Info
#25938Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - Decision Control StructureTopic

Choose the Best Option

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

  • A Nested if or else-if
  • B Loop only
  • C Sequence only
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

Finding the largest of three numbers requires multiple comparisons — nested ifs or else-if statements handle this.

Why the other options are incorrect:

  • Option B: Loops repeat but don't naturally compare three values once.
  • Option C: Pure sequence can't decide the largest.
  • Option D: The problem needs decisions.

Share This Question

Challenge a friend or share with your study group.