home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A052312.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-20  |  213.9 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: When the command is Q, no action is required. If the command is not one of the recognized letters, this program prints a question mark. The loop repeats until the user enters the command to quit. The while condition terminates the do loop when the command is Q. Then program execution ends.