Control Structures

Control Structures

LibraryIntroduction to Programming › Control Structures

Introduction to Programming

Introduction to Programming

Unlocking this badge will help you earn the Introduction to Programming badge.

View the badge map

About this badge

Control structures determine the flow of execution within an application. A conditional statement can fork the execution down several paths or a loop can execute the same code several times until a condition is met.