Logical operators used to test more than one conditions.
There are 3 logical operators, and they are;
&&(Logical AND)
||(Logical OR)
!(Logical NOT)
An logical expression combines 2 or more relational expression.
It returns true or false according to the following truth table: