List of statements that can be used:
- sequence of sequentially executed statements.
- conditional execution of statements
- iteration execution statements.
List of statements that cannot be used:
- go to statement
- break or continue statement
- multiple exit points.