Single Choice
Moderate
Qif executes body when condition is:
ID: #25855
MCQ Quiz - Class 8 - Programming
5 views
Question Info
#25855Q 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:
The if body executes only when the condition evaluates to TRUE.
Why the other options are incorrect:
- Option B: When false, the if body is SKIPPED.
- Option C: 0 isn't a valid Java if condition (Java requires boolean).
- Option D: null isn't a valid boolean condition.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic