Conditional Expressions

Conditional expressions specify a condition the program must evaluate to determine the program's behavior. Conditional expressions have a value of true or false. Conditional expressions can either be simple or complex. The simple conditional expressions are the relation, class, sign, and condition-name conditions. The complex conditions are formed with the logical operators AND, OR, and NOT.