exercise 2: once you have the program working, change the instruction: cout << setprecision (2) << fixed << showpoint; to cout << setprecision(2) << showpoint; rerun the program with the same data given in exercise 1 above and record your results. what do you think the fixed attribute in the cout statement does?