Control Statements
Control statements change the flow of execution in a program so that the same code is not always executed. There are 2 basic types:
Conditional Execution
Looping Constructs