Tuesday, November 13, 2007

Provide yourself with an example of code to jog your memory.
You can use Logical Operations to join tow expressions that evaluates if it is true or false.
There are three types, and, or, and Not
WE use truth tables to show how they are evaluated.
And
Expression1 Expression2 Result
True True True
True False False
False True False
False False False

No comments: