home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A112292.TXT < prev    next >
Encoding:
Text File  |  1993-08-09  |  293 b   |  6 lines

  1. This statement echoes the values that were extracted in the input
  2. statement.  The conversion base has reverted to decimal, so the
  3. values that are inserted are interpreted as decimal values.  If
  4. you run this program with the input 12, 12, and 12, the output
  5. values will be 12, 10, and 18.
  6.