May 1, 2014 Matthew Maennche C++, Learn To Code 11024, C++ LANGUAGE: C++ CHALLENGE: Write the necessary preprocessor directive to enable the use of the stream manipulators like setw and setprecision. SOLUTION: #include <iomanip>