December 1, 2013 Matthew Maennche C++, Learn To Code 10505, C++ LANGUAGE: C++ CHALLENGE: Given an integer variable count, write a statement that writes the value of count to standard output. SOLUTION: cout << count;