C program to calculate overtime pay of 10 employees
C program to calculate overtime pay of 10 employees
Output:
Calculation of Overtime Pay for 10 employees:
Enter the number of Hours each employee worked for: 30
Enter the pay per hour: 5
The Overtime Pay for 10 employees is 1500
Implementation: