im looking to code a perl script to do this?

Johnnie

New member
Stanton Insurance Agency needs a report summarizing the counts of life, health, and other types of insurance policies it sells. Input records contain a policy number, the name of the insured, the policy value, and the type of policy, and have been sorted in alphabetical order by type of policy. Pseudocode then code in Perl a program that produces a report that lists the policy numbers, names, and values of each type of policy holder. Include a heading before each group that indicates the policy type. Include a count of the number of policies as well as their total value after each group. At the end of the report, display a count of all the policies and their total value.
 
Back
Top