A Boolean expression is one that can be evaluated as true or false. A Boolean expression can use relational operators such as < for less than, > for greater than, == for equal, != for not equat and the logical operators && (and) and || (or). In this lesson we will use the If and optional else statements to decide which statements to execute.