Single Choice
Moderate
QProgram to find greater of two uses:
ID: #25872
MCQ Quiz - Class 8 - Programming
6 views
Question Info
#25872Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Correct Answer Explanation:
Deciding which of two numbers is larger requires comparing them — that's an if-else decision.
Why the other options are incorrect:
- Option B: No repetition needed for two numbers.
- Option C: Just printing without comparing wouldn't find the greater one.
- Option D: The program needs decision logic.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic