Create a program that takes as input the names, the payroll number, the hours worked and the rates per hour paid for each employee.
Programming Create a program that takes as input the names, the payroll number, the hours worked and the rates per hour paid for each employee. The program should be able to calculate the monthly pay for each employee. The pay per day for the employee is calculated by multiplying the hourly rate and the numbers […]