Question: Can someone help me with this question? C programming language, thank you! 3. Payroll Check (6 user-defined functions) Write a program in C that displays
3. Payroll Check (6 user-defined functions) Write a program in C that displays information for a payroll check. Your program must contain a function to ask the user for the total hours worked and another function for the hourly rate. Your program must contain a function that will accept the hours and rate as arguments, and calculate and return the gross pay. Your program will then send the gross pay to a function that will calculate and return t payroll tax call a function that will accept the gross pay and taxes as arguments and return the net pay. Lastly, your program will send all of the data (total hours, hourly rate, gross (let's assume it's only one tax percentage at 22%). Your program will then pay, taxes, and net pay) to a function that will neatly display all of the values
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
