Practice using logical operators on your own, through a series of hands-on challenges.
This is a companion discussion topic for the original entry at https://www.kodeco.com/28092971-programming-in-swift-fundamentals/lessons/6
Practice using logical operators on your own, through a series of hands-on challenges.
There is a small typo in Part 1: Episode 6: Challenge: Logical Operators. I believe it is meant to be said, “value of myAge is greater than or equal to 13 but less than or equal to 19…”. It currently says, “value of myAge is greater or than 13 but less than or equal to 19…”