What do you mean by arithmetic operator in JAVA?
Answers
Answered by
2
Arithemitic operator while programming .. we use +.-./. ×.
Answered by
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
Similar questions