The statement executed in a control structure can be a block of statements, grouped together into a single compound statement.
if (expression) { statement1; statement2; statement3; } else { statement4; statement5; statement6; }