- Accept 02_04_pay_increase
- Get main.cpp
- Workers get a 12.00% pay increase, interactive for six months
- read worker's previous annual salary
- print results
- the amount of retroactive pay
- new annual salary
- new monthly salary
Do not forget to use const for PAY_INCREASE, and MONTHS (indicating the number of months the retro pay is being calculated.)