Sometimes, however, we can get the same functionality with a simpler method: logical operators.
Again, let's see if n is a digit between 0 and 9!
Sweet! With the logical and we can further reduce the complexity of this conditional statement.
Does that really tell us if n is a digit between 0 and 9?