December 1, 2013 Matthew Maennche C++, Learn To Code 10935, C++ LANGUAGE: C++ CHALLENGE: Write a declaration for a variable temperature that can hold the current outdoor temperature, measured to the half degree (like 98.6 or 31.5). SOLUTION: float temperature;