You now have complete control over program flow. You can make decisions with conditions and repeat code with loops. Combined, these let you process any amount of data.
In the next section, you'll learn functions. Functions let you organize code into reusable pieces. You'll define your own operations and call them whenever needed.