Homework 6 - Extra Credit Assignment

Due: Sunday November 22, 2009 at 5:00pm
Since this is an extra credit assignment, no late assignments will be accepted. If you do not do this assignment, it will not hurt your grade.

Convert Homework 5 to use a structure for each employee and an array of the structure to store all the employees. The structure should contain at least the employee's name, the employee's pay rate and the hours the employee worked that week. You may add additional data items to the structure if you wish.

Use the same menu as Homework 5. Also, the same four functions that are required for Homework 5 should exist in this program. Your only change to those functions will be to pass the structure array to the functions and alter the structure array within the functions instead of using parallel arrays as in Homework 5.