Write a C program that computes the employee’s payroll of ABC Company. The user is first asked to enter the employee’s name, hourly wage, and number of hours worked for the week. Then when that is done the employee’s data, which consist of the employee’s name, their gross (wages * hours), and their Net (gross after a 12% tax rate and 50 pesos insurance fee mandatory to all employees), has to be shown. (Use #include instead of #include . Please Enter Employee’s Name: Juan dela Cruz Please Enter Employee’s Hourly Wage: 115.75 Please Enter Employee’s Hours Work this Week: 40
Write a C program that computes the employee’s payroll of ABC Company. The user is first asked to enter the employee’s name, hourly wage, and number of hours worked for the week. Then when that is done the employee’s data, which consist of the employee’s name, their gross (wages * hours), and their Net (gross after a 12% tax rate and 50 pesos insurance fee mandatory to all employees), has to be shown. (Use #include <stdio.h> instead of #include <iostream>.
Please Enter Employee’s Name: Juan dela Cruz
Please Enter Employee’s Hourly Wage: 115.75
Please Enter Employee’s Hours Work this Week: 40
Employee’s Payslip:
Employee’s Name: Juan dela Cruz
Hourly Rate: 115.75
Hour’s Work: 40
Gross Income: 4630.00
Insurance Fee: 50.00
Tax Fee: 555.60
Net Income: 4024.40
![](/static/compass_v2/shared-icons/check-mark.png)
Step by step
Solved in 3 steps with 1 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)