Computer Science, asked by namanjosh8, 10 months ago

difference between relational and arithmetic operators​

Answers

Answered by gurj57364953
15

Answer:

hy dude ur answer is

Explanation:

Arithmetic operators are used to perform mathematical operations. Relational operators are used to perform comparison operations. Logical operators are used to perform basic operation of boolean algebra ('AND', 'OR', and 'NOT'). ... Assignment operator is used to assign value of the second operand to first.

hope it helps!!

plz mark me as brainliest ans..

Answered by qwvilla
1

The differences between relational and arithmetic operators are :

  • The arithmetic operators perform operations which include addition, subtraction, multiplication, division, exponentiation, and modulus whereas
  • A relational operator tests or defines a kind of relation between two entities.
  • The arithmetic operators are addition “+” operator, subtraction “-” operator, multiplication “*” operator , division “/” operator , and exponentiation “^” operator whereas,
  • The relational operators are greater than ">" operator, less than "<" operator, equal to "=" operator, not equal to "! =" operator, greater than equal to ">=" operator and less than equal to "<=" operator.

#SPJ3

Similar questions