Transcription: If the command is P, the member function print is called for the tellbook object. The argument cout specifies that the standard output is the output stream. For legibility, the main program adds a blank line to the listing after the print function returns. Notice how the output operator uses the return value of the function print as an operand of the output operator.