Starting from:

$25

ITSE2321- Program 4 Solved

The owners of the Annan Supermarket would like to have a program that computes the weekly gross pay of their employees. The user will enter an employee’s ID number, the hourly rate of pay, and the number of hours worked for the week.  In addition, Annan Supermarkets would like the program to compute the employee’s net pay and overtime pay. Overtime hours, any hours over 40, are paid at 1.5 the regular hourly rate.  Net pay is Gross minus deductions. Assume that deductions are made up of income tax (at 10.5% of gross if the gross exceeds $600.00) and a $25 parking charge. Use class Scanner to input the user’s data.

 

The output will look like this:

 

Program 4

 

ID Number:        --

Pay Rate:         --

Regular Hours:    --

Overtime Hours:   --

Total Hours:      --

Regular Pay:      --

Overtime Pay:     --

Gross Pay:        --

Deductions:       --

Net Pay:          --

 

 

Test your program with the following data:

 

Run 1                                    Run 2                                     Run 3

 

ID Number:       1001                 ID Number:       2002                 ID Number:      3003

Hourly rate:       10.00                Hourly rate:       35.50                Hourly rate:      10.50 Hours worked:   35                     Hours worked:   40                    Hours worked:  50

 

Create a folder named, fullname_program4.  Copy your source code and the output file to the folder.  Zip the folder and upload it to Blackboard.

 

More products