10. The answer to this TRY THIS Exercise is located at the end of Chapter 8 in the book. The code is entered
in the TryThis10.cpp file, which is contained in either the Cpp8\Chap08\TryThis10 Project-IM folder
(Microsoft) or the Cpp8\Chap08 folder (non-Microsoft).
11. See the ModifyThis11.cpp file, which is contained in either the Cpp8\Chap08\ModifyThis11 Project-IM
folder (Microsoft) or the Cpp8\Chap08 folder (non-Microsoft).
12. See the ModifyThis12.cpp file, which is contained in either the Cpp8\Chap08\ModifyThis12 Project-IM
folder (Microsoft) or the Cpp8\Chap08 folder (non-Microsoft).
13. See the Introductory13.cpp file, which is contained in either the Cpp8\Chap08\Introductory13 Project-IM
Input Processing Output
beginning salary Processing items: raise (for 3 years at
Algorithm:
1. enter the beginning salary
2. repeat while (the beginning salary > 0)
assign the beginning salary to the new salary
repeat for (raise rate from 3%
to 6% in increments of 1%)
display the current raise rate