Define an array of structures for up to 50 factory employees, in which each structure contains fields for name, age, social security number, hourly wage, and years with the company. Write the following:
a. Statements that display the name and number of years with the company for the 25th employee in the array
b. A loop that, for every employee, adds 1 to the number of years with the company and adds 50 cents to the hourly wage.