home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02211.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-16  |  220.4 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: Like a FOR loop, a WHILE loop checks the condition before executing the body of the loop. The parentheses in the WHILE statement contain only the condition expression. All variables in that expression must be initialized before the WHILE statement. And at least one variable should change in value before the condition is checked again.