could you write a program that process the weekly payroll of the Brooks Leather Company (BLC). For each employee of BLC the program will compute the gross pay, deductions, and net pay.
Each week BLC enters the following information into a data file called 'paydata' for all
the employees:
Social insurance number (9 digits)
Hourly pay rate (xx.xx)
Number of exemptions (0 to 19)
Hours worked (xx.x)
this is the input from file
123456789 14.0 3 41.0
213456782 35.5 6 50.0


this is the output
Company Name
Social insurance no. gross pay net pay pension deduction

give me a start up


Number of employees processed:
Total gross pay for all employees:
Total net pay for all employees:
Total pension withheld for all employees:
Total deductions for all employee

arkoenig commented: This at least the second time biancaW has asked others to do homework without any original effort. +0

The last time you asked for someone else to do your homework for you, I directed your attention here.

I do not think you actually read it, because if you did, you would not be asking again for someone to do your homework for you.

So please, do us all a favor: Read the thread I've just cited, then follow its instructions and come back after you have done so.

commented: It's more like the third or fourth. +6
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.