Elementary | Middle
Middle | High
AI
Use Cases
Click on one of our programs below to get started coding in the sandbox!
View All
Course:
Module:
Lesson:
A loop is a way to repeat code in your program.
A for loop lets us repeat code a **fixed number of times.**
Lets us repeat code as long as something is true.
Exits the current loop and resumes execution at the next statement.