Single Choice Moderate

QWhich is an arithmetic operator in Java?

ID: #25824 MCQ Quiz - Class 8 - Programming 4 views
Question Info
#25824Q ID
ModerateDifficulty
MCQ Quiz - Class 8 - ProgrammingTopic

Choose the Best Option

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

  • A +
  • B &&
  • C ||
  • D !
Correct Answer

Explanation

Correct Answer Explanation:

+ is an arithmetic operator used for addition (and String concatenation) in Java.

Why the other options are incorrect:

  • Option B: && is a logical AND operator.
  • Option C: || is a logical OR operator.
  • Option D: ! is a logical NOT operator.

Share This Question

Challenge a friend or share with your study group.