Difference between revisions of "Boolean Expressions"

From mi-linux
Jump to navigationJump to search
 
Line 1: Line 1:
boolean expressions are either have true value or on that is false
+
boolean expressions are either true or false.
  
 
e.g 10<15
 
e.g 10<15
  
 
this has a true value.
 
this has a true value.
 +
 +
 +
Hope this helps.

Revision as of 14:28, 31 January 2007

boolean expressions are either true or false.

e.g 10<15

this has a true value.


Hope this helps.