Question: (C programming not c++) please help Im not sure how to do this. Thank you I need run a program exactly like this but only

(C programming not c++) please help Im not sure how to do this. Thank you
I need run a program exactly like this but only thing I can provide is the hours per week.  (C programming not c++) please help Im not sure how to
the second photo is me trying it but I know its not right
do this. Thank you I need run a program exactly like this

When you run your program, your output should look like this: Hours per week: Hourly Rate: Gross Pay: Net Pay: 30 $7.25 $217.50 $176.06 Deductions Federal: State: FICA: Medicare: $21.75 $3.05 $13.49 $3.15 Note, in the above output, the only value the user provides is the one highlighted in green. WlUlo.h> int main() float HoursperWeek = 30; float HourlyRate; float GrossPay; printf("%-22s%.2f ", "Hourly Rate: printf("%-22s%.2f ", "Gross Pay:", printf("%-22s%.2f ", "Hours per week scanf("%f", &HoursperWeek); Printf("Deductions ")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!