Single Choice Moderate

QResult of 4 <= 4 is:

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

Choose the Best Option

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

  • A true
  • B false
  • C 4
Correct Answer

Explanation

Correct Answer Explanation:

<= means 'less than or equal to'. Since 4 equals 4, the condition is true.

Why the other options are incorrect:

  • Option B: 4 <= 4 is true (equal case satisfies).
  • Option C: 4 is an operand, not the boolean result.
  • Option D: 0 isn't the result of a comparison.

Share This Question

Challenge a friend or share with your study group.