Computer Science, asked by mousumigh1920, 4 hours ago

give two examples of i) Arithmetic and relational operators​

Answers

Answered by lovelyboy08
3

Answer:

Relational operators are used to check the relationship between two operands. For example, // check is a is less than b a < b; Here, > operator is the relational operator.

Arithmetic Operators

+ Addition

− Subtraction

∗ Multiplication

/ Division

% Remainder (integer division only)

++ Autoincrement

−− Autodecrement

Explanation:

please mark as branliest answer...

Similar questions