Computer Science, asked by Shreya658565, 11 months ago

What do you mean by arithmetic operator in JAVA?

Answers

Answered by TheKnowledge
2

Arithemitic operator while programming .. we use +.-./. ×.

Answered by Anonymous
3

Arithmetic operators +, -, *, /, and % perform addition, subtraction, multiplication, division, and modulo operations. Arithmetic operators can be applied on any numeric type: byte, short, int, long, float, or double. Java also provides unary plus (+) and unary minus (-) to make a numeric value positive or negative. Numeric values are by default positive, if they are not led by any sign. Following table lists Java's arithmetic operators.


Shreya658565: help me
Anonymous: okay
Similar questions