//fixed fixes the number of decimal pkaces displayed from 
//the default six places, and establishdes a uniformity. 
//It is often used with showpoint and setprecision().
//Be sure to include iostream.
cout << fixed;