Explore what CodeHS has to offer for districts, schools, and teachers.
Click on one of our programs below to get started coding in the sandbox!
View All
A control structure lets us change the flow of the code. Examples are if statements, if/else, or loops, which let us execute code conditionally, or repeatedly.