December 7, 2013 Matthew Maennche C++, Learn To Code 10905, C++ LANGUAGE: C++ CHALLENGE: Assume that an int variable x that has already been declared and initialized. Write an expression whose value is 1 more than x. SOLUTION: x+1