Introduction to Programming
Unlocking this badge will help you earn the Introduction to Programming badge.
View the badge mapAbout 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.
