Single Choice Moderate

Q!= means:

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

Choose the Best Option

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

  • A Not equal
  • B Equal
  • C Greater
  • D Less
Correct Answer

Explanation

Correct Answer Explanation:

!= means 'not equal to'. It returns true if two values are DIFFERENT.

Why the other options are incorrect:

  • Option B: Equal is ==, not !=.
  • Option C: Greater than uses >.
  • Option D: Less than uses <.

Share This Question

Challenge a friend or share with your study group.