Transcription: 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 by the end of line character, endl, so that the cursor moves to the next line.