"Workers at a company have won a 7.6% pay increase retroactive for 6 months. write a program that takes the employee's previous annual salary as input, and outputs the amount of retroactive pay due to the employee."
thats the book's text
ok im taking a c++ class and i need help. the problem asks you to find out a 6 month retroactive pay for a 7.6% increase in salary.
to find that out i need to take the original salary and add on 7.6%...take whatever the amount is after that calculation and divide by 12 to break the yearly increase into monthly salary increases...then multiply by 6 to get a 6 month retroactive pay total? does this sound right? i cant think now for some reason...stupid brain farts.
thats the book's text
ok im taking a c++ class and i need help. the problem asks you to find out a 6 month retroactive pay for a 7.6% increase in salary.
to find that out i need to take the original salary and add on 7.6%...take whatever the amount is after that calculation and divide by 12 to break the yearly increase into monthly salary increases...then multiply by 6 to get a 6 month retroactive pay total? does this sound right? i cant think now for some reason...stupid brain farts.