December 1, 2013 Matthew Maennche C++, Learn To Code 10538, C++ LANGUAGE: C++ CHALLENGE: Given an integer variable drivingAge that has already been declared, write a statement that assigns the value 17 to drivingAge. SOLUTION: drivingAge = 17;