A retail store owner must submit a monthly report to the city government that list each of the store's employees, together with each employee's gross pay for the month, city, tax and net pay. Write a program that prompts the user to enter each employees name and gross pay for the month. If the employee's gross pay is $1000 or less, the city tax rate is 5% of the gross pay. If the gross pay exceeds $1000, the city tax rate is $50 plus 7.5% of the gross pay over $1000. The net pay is the gross pay less the city tax. The program should print the city tax report on a printer and create binary sequential employee file. Each record in the file contains the employees name, gross pay, city, tax and net a pay.
Code in C++ ...
2006-11-11
13:34:12
·
5 answers
·
asked by
Anonymous