Need help in writing this program

closed account (S8CM92yv)
Two employees at a particular company have received a pay increase of $10,000 on their annual salaries, which is retroactive for six months!
Write a complete C++ program, including at least one good comment at the top to calculate the new annual salary, the retroactive pay, and the new monthly salary of two employees.
Specifically, the program should:
1. Print a sentence saying what the program does.
2. Define variables for the new annual salary, old annual salary, pay increase, retroactive pay and monthly salary.
3. Assign values to old annual salary and pay increase. (The old annual salary you can make up).
4. Evaluate the formulas to calculate the new annual salary, retroactive pay, and the new monthly salary.
5. Print all of the calculations to the screen, neatly labeled.
6. Do the same thing again for another employee, using the same pay increase of $10,000, but a different old annual salary.
Start working on it yourself.

http://www.cplusplus.com/doc/tutorial/basic_io/
You should know not to give us your homework, Give it a try of your own.
Topic archived. No new replies allowed.