Home » JAVA Programming » Basic Operators » Question
  1. Which of the following can be operands of arithmetic operators?
    1. Characters
    2. Boolean
    3. Numeric
    4. Both Numeric & Characters
    5. None of these
Correct Option: D

The operand of arithmetic operators can be any of numeric or character type, But not boolean.



Your comments will be displayed only after manual approval.