Programming is all about making decisions. The purpose of most code involves taking information, inspecting it, making decisions, and producing an output. So far, we have seen a lot of ways to represent information, but in this chapter, we will explore how to make decisions based on that information and alter the control flow of the code.
All the code for this chapter can be found in following GitHub repository:
https://github.com/SwiftProgrammingCookbook/DataWranglingWithSwiftControlFlow