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

Choose the Best Option

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

  • A true
  • B false
  • D null
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.

Share This Question

Challenge a friend or share with your study group.