Answer: Comparison operator
Step-by-step explanation:
The comparison operator are used to compare the given values and return the result either true or false.
Comparison operator works as binary operator and it take two operand and then, the values are compared. This operator are used in various conditional statements and in loop statement.
This type of operator takes two operand for comparing the values and produced a logical result. This operands values must be in arithmetic, integer and string.