Thursday, July 8, 2010

Relational Operators in programming

This operator used in programming to make a decision making. this operator is answer by true or false or yes or no only. the program execute depending on the result of operations.

These are the Relational Operators
>          greater than
>=       greater than or equal
<         less than
<=      less than or equal
==      equal
!=       not equal

No comments:

Post a Comment