Logical And Operator

The logical-and operator returns true if both the left side expression and the left side expression evaluate to true, otherwise, the operator returns false.