Programming in Swift: Fundamentals, Episode 6: Challenge: Logical Operators | Kodeco

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

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…”