World Languages, asked by sayfulanik, 7 months ago

write a C program that computers an employee"s gross pay & net pay using the following formula. Note that tax is subtracted from the gross only if an employee earns more than TK 5000. otherwise deduct no tax. Tax rate is 5% of gross pay. Gross= Hours* rate. Net= gross- tax

Answers

Answered by DumAssAmi
0

For hourly employees, the calculation is a little more complicated. First, to find your yearly pay, multiply your hourly wage by the number of hours you work each week, and then multiply the total by 52. Now that you know your annual gross income, divide it by 12 to find the monthly amount.

Similar questions