January 5, 2014 Matthew Maennche C++, Learn To Code 10653, C++ LANGUAGE: C++ CHALLENGE: Write a statement that declares a prototype for a function printTodaysDate , which has no parameters and doesn’t return anything. SOLUTION: void printTodaysDate();