December 7, 2013 Matthew Maennche C++, Learn To Code 11098, C++ LANGUAGE: C++ CHALLENGE: Assume that message is a string variable. Write a statement to display its value on standard output. SOLUTION: cout << message;