home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02174.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  189.3 KB  |  1 channel  |  11,025 sample rate  |  17 seconds
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.