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

asked
User KalC
by
8.6k 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.

answered
User NIlesh Lanke
by
7.5k points