39.5k views
4 votes
When you use the relational operators, you can compare

User KalC
by
6.0k points

1 Answer

5 votes

Step-by-step explanation:

Relational operators are important for making decisions. They allow us compare numeric and char (chars are treated like numbers in C++) values to determine if one is greater than, less than, equal to, or not equal to another. Relational operators are binary meaning they require two operands.

User NIlesh Lanke
by
5.1k points