what is the use of arithmetic operator in Java?
Answers
Answered by
1
Answer:
Arithmetic operators are used to perform arithmetic operations on variables and data. For example, a + b; Here, the + operator is used to add two variables a and b .
Answered by
2
Answer:
Explanation:
Arithmetic operators are used to perform arithmetic operations on variables and data. For example, a + b; Here, the + operator is used to add two variables a and b .
Similar questions