December 1, 2013 Matthew Maennche C++, Learn To Code 10938, C++ LANGUAGE: C++ CHALLENGE: Write a declaration for an integer variable area and a variable price that can hold numbers with decimal places. SOLUTION: int area; float price;