In the first if statement, all the conditions have to be fulfilled since we’re using the and operator.
In the second if statement, the Boolean expression would be true if either or both of the clauses are satisfied because we are using the or operator.