2) explain arithmetic and relational operator in javascript with example
Answers
Answered by
7
Answer:
Arithmetic operators are used for arithmetic calculations like addition, subtraction, multiplication,division.
Examples:+,-,*,/,%
Relational operators check the equality between 2 operands and returns Boolean value.
Examples:==,>=,<=,<,>,!=
Hope it helps....pls mark as brainliest....
Explanation:
Similar questions