Expressions

 

Logical operators let you build complex logic statements. These logical operators link basic logic statements to create conditions based on more than one criterion. These combined statements are referred to as expressions.

 

AGE (1) AND INCOME (2)

 

GENDER (1) OR EDUCATION (2)

 

1/10 (2) AND 1/20 (6)

 

2/22:2 (36) OR 2/32 (1)

 

AND

OR

NOT

AND NOT

 

Note: All logical operators can be substituted with symbolic representation.

 

Related topics:

Logic