akosiraff

Download: Federal withholding tax C

Jan 30th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/federal-withholding-tax-c/
  3. Write a program that contains the loop
  4. while (scanf(“lf”, &salary) ==1){
  5. ….
  6. }
  7. Within the body of the while loop compute a 23 percent federal withholding tax and a 7 percent state withholding tax and print these values along with a corresponding salary. Accumulate the sums of all salaries and taxes printed. Print these sums after the program exits the while loop.
  8.  
  9. Download: http://solutionzip.com/downloads/federal-withholding-tax-c/
Add Comment
Please, Sign In to add comment