May 16, 2014 Matthew Maennche Java, Learn To Code 20592, Java LANGUAGE: JAVA CHALLENGE: Given two integer variables oldRecord and newRecord, write a statement that gives newRecord the same value that oldRecord has. SOLUTION: newRecord = oldRecord;