Read data from two file and calculate salary of employee
Problem: An organization wants to compute monthly wages to be paid to an employee in an organization. The input data is provided in two different files. File1 contains permanent employee data about employees (i.e. Empid, name, hourly wages), and File2 contains working hours information of… Read More »Read data from two file and calculate salary of employee