0% found this document useful (0 votes)
6 views1 page

Java Arithmetic Operators Q&A

Arithmetic operators in Java allow numeric values and boolean values to be used as operands. Common arithmetic operators include addition, subtraction, multiplication, and division, which can be used to perform basic math functions on numeric values in Java code.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
0% found this document useful (0 votes)
6 views1 page

Java Arithmetic Operators Q&A

Arithmetic operators in Java allow numeric values and boolean values to be used as operands. Common arithmetic operators include addition, subtraction, multiplication, and division, which can be used to perform basic math functions on numeric values in Java code.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.

Java Questions & Answers – Arithmetic Operators

This section of our 1000+ Java MCQs focuses on Arithmetic Operators of Java
Programming Language.

1. Which of the following can be operands of arithmetic operators?


a) Numeric
b) Boolean
c) Characters
d) Both N

You might also like