
In this workshop you learn how to us the while and do-while loop to execute a block of code until a condition is met. Before you begin, I assume you have done the following: Read workshop 1-21 Launched the project, Swift Variable.xcodeproj in Xcode 6 IDE-see image below The While Loop A while loop evaluates a condition. […]