November 13, 2017 Matthew Maennche C++, Learn To Code 10649, C++ LANGUAGE: C++ CHALLENGE: Write a statement that declares a prototype for a function twice, which has an int parameter and returns an int. SOLUTION: int twice(int);