Introduction to Control Structures

Top  Previous  Next

Control Structures are used to choose what parts of your program to execute, when to execute them, and whether to repeat certain blocks of code or not (and for how many iterations).

The two main types of control structures are decision structures and loop structures.