The illustration shows the syntax of a “for” loop. The code segment is as follows:

for (Initialization_Action; Boolean_Expression; Update_Action)
{
Statement_1
Statement_2
.
.
.
Statement_Last
} with “Statement_1,” “Statement_2,” and “Statement_Last” annotated as “Body.”