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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic