183k views
2 votes
A statement which checks to see if the value of the expression on the left side is the same as the value of the expression on the right side is an example of the use of the __________ operator.

1 Answer

5 votes

Answer: Comparison

Step-by-step explanation:

Comparison operator is the operator that functions to performs comparison between two expression or values to evaluate it. Comparison operator generates results in form of true , false or null as per condition of operands in expression.

According to the question,left side and right side of the expression compared through comparison operator. Operators like >, <,,== ,>=,<= etc to assess both the sides of expression.

User Wootiae
by
6.4k points