home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02171.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-16  |  205.1 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: You can use an IF statement to alter the flow of control in a C++ program. Here, one of two assignment statements is executed. If A is greater than B, the value of A is assigned to the object X. If A is not greater than B, the value of B is assigned to X.