Continue your Swift journey by learning conditionals and loops!
Continue your Swift learning journey! Learn how to use Swift's conditionals to set up logical decision-making programs that can address real-world scenarios. Then take on loops to handle repetitive tasks. This course will give you the tools you need to make flexible and dynamic programs!
### Take-Away Skills
By the end of this course, you will be able to:
* Control the program flow using `if`, `else if`, `else`, `switch`, and the ternary conditional operator.
* Create decision-making programs using comparison and logical operators.
* Implement loops to automate repetitive tasks.
### Notes on Prerequisites
We recommend that you complete [Learn Swift: Variables](https://www.codecademy.com/learn/learn-swift-variables) before completing this course.
Continue your Swift learning journey! Learn how to use Swift's conditionals to set up logical decision-making programs that can address real-world scenarios. Then take on loops to handle repetitive tasks. This course will give you the tools you need to make flexible and dynamic programs!
### Take-Away Skills
By the end of this course, you will be able to:
* Control the program flow using `if`, `else if`, `else`, `switch`, and the ternary conditional operator.
* Create decision-making programs using comparison and logical operators.
* Implement loops to automate repetitive tasks.
### Notes on Prerequisites
We recommend that you complete [Learn Swift: Variables](https://www.codecademy.com/learn/learn-swift-variables) before completing this course.