What are compound statements?
- Compound statements are made up of two or more program statements that are executed together. They may be executed with a loop.
- Curly brackets { } are placed after and compound statements.
- Compound statements are usually used while handling conditions in which a series of statements are executed when a FALSE or TRUE is evaluated.