The logical and operator (&&) is like the or operator except that all conditions must be true for the statement to run.

The logical and operator also helps reduce multiple if statement checks.