Quiz: Repeat Yourself
Challenge your understanding of loops!
We'll cover the following...
We'll cover the following...
In the last lesson, you learned how to make your programs repeat actions using loops. You explored for loops for fixed repetition and while loops for more flexible conditions.
Let’s take a quick quiz to make sure you understand how loops work and when to use each type.