Lesson objectives
By the end of this lesson, you will be able to do the following:
Use the assignment, arithmetic, and bitwise operators
Use Swift's comparison operators
Explain the functionality of Swift's range operators
Use the Swift branching features: if and switch
Control program flow with loops, such as for, while, and repeat/while