Showing posts with label and. Show all posts
Showing posts with label and. Show all posts

Wednesday, October 27, 2010

Logical Operators

Logical operators perform conditional and, or, and not operations

And          : Used to evaluate two operands(values) as being true (or false)
Or            :
Used to evaluate one or more operands(values) as being true (or false)
Not          :
Used to evaluate whether an operand(value) is not true (or not false)