I have the code to import all the data and add new employees. I am not sure what the process is for deleting employees. My initial though was to move the employee I want to delete to the very last position and then decrement the array. I imagine that would work, but it seems a little crude.
We have specific instructions to use arrays and array of structs :( I have a feeling we will be modifying this code in the future to include classes and vectors.