toggle me
Comments: 0
Category: TA145-S2008

Program 1 Description

Program 1 Files

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):

  1. Write a GET function in your IO package
  2. Write your loop to get the information from the hour.dat file
  3. Write the rest of the IO package (PUT and PutPayrollHeader)
  4. Write the rest of the code that deals with calculation

REMEMBER:

  1. You MUST comment programs
  2. Please put sources (and any other notes) into a separate file, not in the email body


Leave A Comment