home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A052312.TXT < prev    next >
Encoding:
Text File  |  1993-07-28  |  302 b   |  6 lines

  1. When the command is 'q', no action is required.  If the command is
  2. not one of the recognized letters, this program prints a question
  3. mark.  The loop repeats until the user enters the command to quit.
  4. The while condition terminates the do loop when the command is 'q'.
  5. Then program execution ends.
  6.