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

Choose the Best Option

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

  • A if-else
  • B Loop
  • C Only print
  • D None
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.

Share This Question

Challenge a friend or share with your study group.