April 30, 2014 Matthew Maennche C++, Learn To Code 10780, C++ LANGUAGE: C++ CHALLENGE: Write the code for a call to the new operator that will dynamically allocate memory for a single integer value. SOLUTION: new int;