60.0k views
11 votes
What is the difference between arithmetic and relational operators​

1 Answer

2 votes

Answer:

The arithmetic operator is used by the program to perform simple algebraic operations like addition, subtraction, multiplication, division, etc. Relational operators are the ones that are used to validate a relationship between the two operands as if they are equal, greater than, less than, etc.

User Newtt
by
3.5k points