Payroll Example
WITH Ada.Integer_Text_IO;
PROCEDURE Multi_Payroll IS
----------------------------------------------------------------
--| Computes and displays gross pay and net pay for a number
--| of employees, given each employee's hourly rate and
--|----------------------------------------------------------------