home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02222.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  150.4 KB  |  1 channel  |  11,025 sample rate  |  14 seconds
Transcription: The example shows a continue statement in a for statement. The continue statement causes the program to skip over those elements of the integer array rates that have values less than or equal to one.