Computer Science, asked by pushpayadav1980sitap, 4 months ago

define arithmetic and relation operation in java​

Answers

Answered by Anonymous
4

1) define arithmetic

We can use arithmetic operators to perform calculations with values in programs. Arithmetic operators are used in mathematical expressions in the same way that they are used in algebra. A value used on either side of an operator is called an operand

2) define relation operation

Relational Operators in Java are used to comparing two variables for equality, non-equality, greater than, less than, etc. Java relational operator always returns a boolean value

hope it helps !

Similar questions