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 condition is code that you put inside an if statement or while-loop.
An if statement lets you ask a question to the program and only run code if the answer is true.
A control structure lets us change the flow of the code.
( and )