Write the necessary preprocessor directive to enable the use of the stream manipulators like setw and setprecision.
LANGUAGE: C++
CHALLENGE:
Write the necessary preprocessor directive to enable the use of the stream manipulators like setw and setprecision.
SOLUTION:
#include <iomanip>