Single Choice Moderate

QWhich stores true/false?

ID: #25882 MCQ Quiz - Class 8 - Programming 6 views
Question Info
#25882Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

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:

boolean is the Java type that stores only true or false values. Perfect for logical conditions.

Why the other options are incorrect:

  • Option B: int stores integer values.
  • Option C: String stores text.
  • Option D: double stores decimal numbers.

Share This Question

Challenge a friend or share with your study group.