January 5, 2014 Matthew Maennche C++, Learn To Code 10647, C++ LANGUAGE: C++ CHALLENGE: Write a statement that declares a prototype for a function printErrorDescription , which has an int parameter and returns nothing. SOLUTION: void printErrorDescription(int);