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