Single Choice Moderate

QProgram to check leap year uses:

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

Choose the Best Option

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

  • A Logical operators with if
  • B Loop only
  • C Only sequence
  • D None
Correct Answer

Explanation

Correct Answer Explanation:

Leap year formula combines conditions with && and || in one big if statement.

Why the other options are incorrect:

  • Option B: Single check doesn't need looping.
  • Option C: Sequence can't test conditions.
  • Option D: The check is a real algorithm.

Share This Question

Challenge a friend or share with your study group.