Problem Statement

Write your question here.A Hypermarket pays its Employee on work-hours basis and by category as shown below,.the Hypermarket pays "straight-time" for the first44 hours worked by each employee and pays "time-and-a-half hours worked for excess of 44 hours for only category A1,A2 and M1. No extra pay for other categories. the total work hours for each employee cannot exceed 60 hours per week. The program should request employee's name, their IC number ,the number of hours employee;s work and his category. Your program should display all related information about the employee including employee's gross pay,overtime and net salary

category--------pay/Hour
A1---------------- Rm5
A2---------------- Rm7
M1---------------- Rm10
M2---------------- Rm15
BB---------------- Rm20

Write C program to solve the Problem...using printf/scanf
Last edited on
This is a help forum. We will guide you and answer questions, but not do a complete assignment for you when you show no effort.
Topic archived. No new replies allowed.