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:
An if statement lets you ask a question to the program and only run code if the answer is true.
A control flow tool used as a second condition check after an if statement. It is a contraction of else if.
Lets us repeat code as long as something is true.