Programming in Swift: Fundamentals, Episode 6: Challenge: Logical Operators | raywenderlich.com

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.raywenderlich.com/28092971-programming-in-swift-fundamentals/lessons/6

Just a heads-up on a typo I found in Challenge 1:

…to print out “Teenager” if the value of myAge is greater or than 13 but less than…

I think it should read, “…myAge is greater than or equal to 13 but…”

Excellent content though, no complaints here!