concepts

I am using the GOSUB statements and subroutines, I have completed the input statements it is a payroll program

Input:
employee number
number of dependents
hourly rate
hours worked
Ouput:
employee number
number of dependents
hourly rate
hours worked

also the gross pay, and federal tax have to be rounded with the rounded statements, the net pay ends up rounded. I have the program coded,but
I am working on the processing and compute area. I would appreciate any help, I am burning the oil.

Diagram:

A100 INPUT DATA, B100 PROCESS DATA, C100 PRINT RESULTS

B200 CALCULATE GROSS, B210 CALCULATE TAX, B220 CALCULATE NET

Would you mind posting your code here, or at least the snippets you're having trouble on? I'm no Qbasic programmer, but I'm sure others here might be able to help if they could see what you've got already.

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.