GenderType:
Add these lines to your employees.ads
PACKAGE Gender_IO IS NEW Enumeration_IO(Enum => GenderType);
USE Gender_IO;
Some of the things you are required to do (in the order I would do them):
- Write a GET function in your IO package
- Write your loop to get the information from the hour.dat file
- Write the rest of the IO package (PUT and PutPayrollHeader)
- Write the rest of the code that deals with calculation
REMEMBER:
- You MUST comment programs
- Please put sources (and any other notes) into a separate file, not in the email body