December 1, 2013 Matthew Maennche C++, Learn To Code 10539, C++ LANGUAGE: C++ CHALLENGE: Given two integer variables oldRecord and newRecord, write a statement that gives newRecord the same value that oldRecord has. SOLUTION: newRecord = oldRecord;