Statements

Statements are fragments of the C++ program that are executed in sequence. The body of any function is a sequence of statements. For example:

# See also