9 lines
210 B
Markdown
9 lines
210 B
Markdown
importance: 3
|
|
|
|
---
|
|
|
|
# Check the range outside
|
|
|
|
Write an `if` condition to check that `age` is NOT between 14 and 90 inclusively.
|
|
|
|
Create two variants: the first one using NOT `!`, the second one -- without it.
|