Transcription: In this example, the compound statement following the IF is executed if X is greater than zero. Otherwise, the compound statement following the ELSE is executed. The braces in this example ensure that the statements following the IF and the ELSE are treated as single statements.