give two examples of i) Arithmetic and relational operators
Answers
Answered by
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