Home » Programming
6
Statement Level Control Structures
Control structures are the way operations and data are combined in order to come up with a program.
In This Chapter:
- Sequences
- Sequences in a program are the order in which the operations are executed.
- Alternation
- Alternation is having a selection of multiple statements to execute.
- Iteration
- Iteration is the ability to control how many times a statement will be executed.