Merge nested if-statements
Combine two nested if
statements without additional operations into a single if
-statement, using &&
to combine the conditions.

Combine two nested if
statements without additional operations into a single if
-statement, using &&
to combine the conditions.