Sunday, April 4, 2010

Conditional Operators

Conditional operators are used in programming to perform condition in a program to execute statement.


1. (>) greater than
2. (<) Less than
3. (>=) Greater than equal
4. (<=) Less that equal
5. (==) Equal
6. (!=) not equal

next lesson is if statement.

No comments:

Post a Comment