Saturday 1 October 2011

conditional operators

conditional operators are:
= =            equal to                   x==y                x is equal to y
!=              Not equal                x!=y                 x is not equal to y
<               less than                   x<y                  x is less than y 
>               greater than              x>y                   x is greater than y
<=             less than or eual
>=             greater than or equal

No comments:

Post a Comment