Respuesta :

Explanation:

Relational operators are used to compare two values and can sometimes be referred to as comparison operators. It tries to test numbers that are equals to each other or those numbers that are not. In short, these operators helps us understand how two or more operands work in relation with each other. For instance, we could say 5==5 to mean that the number five is equals to five. We could also say that 4>3 to mean that the number four is greater than three. A relational operators return TRUE or FALSE values. In the examples above 5==5 is a TRUE statement.