What are the various arithmetic operators used in java
Answers
Answered by
5
Answer:
The Java programming language supports various arithmetic operators for all floating-point and integer numbers. These operators are + (addition), - (subtraction), * (multiplication), / (division), and % (modulo).
Answered by
126
Answer:
Explanation:
☘ Java programming supports both floating point and integer numbers !
- The various operations used in Java are -:
Similar questions