A single
comparison in an if statement often is not enough to determine whether data matches your
criteria. For example, you may need to check to see if a user
enters a number within a certain range. To accomplish this task, you
will need the logical operators in your if statement. These
logical operators which result in a true/false condition are also
referred to as Boolean
Operators. |