May 1, 2014 Matthew Maennche C++, Learn To Code 11289, C++ LANGUAGE: C++ CHALLENGE: Given an ofstream object named output, associate it with a file named yearsummary.txt by opening the file for appending. SOLUTION: output.open("yearsummary.txt",ios::app);