Single Choice Moderate

QResult of a condition is:

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

Choose the Best Option

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

  • A boolean
  • B int
  • C String
  • D double
Correct Answer

Explanation

Correct Answer Explanation:

Conditions evaluate to boolean values — true or false. This is what enables decision-making.

Why the other options are incorrect:

  • Option B: int isn't the direct result.
  • Option C: String isn't a boolean.
  • Option D: double isn't a boolean.

Share This Question

Challenge a friend or share with your study group.