home *** CD-ROM | disk | FTP | other *** search
- C++ provides a simple way to perform input and output to default
- input and output devices. To print a prompt on the screen, send
- characters to cout. In this program, the words "Please enter two
- integers" are sent. They are followed the end-of-line character,
- "endl", so that the cursor moves to the next line.
-