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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic