//The left manipulator is usually used in conjunction with 
//setw() to override the default right justification of the 
//expression whose field setw() affects.
//Be sure to include iostream.
cout << left;
cout << setw(12) << x;