Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You have to create 3 different classes Admin , WorkerP1 , and WorkerP2 , and create all required method for each class. - Create a

You have to create 3 different classes Admin , WorkerP1 , and WorkerP2 , and create all required method for each class.
- Create a main class then call all the other classes form there
image text in transcribed
A Small supermarket employs workers who are paid every end of week According to the one of the three hourly rates depending on their positions. Position Hours rate (dirham) Admin A1 60 Worker P1 40 Worker P2 30 Each worker might work any number of hours per week; any hour over 40 are paid at one and half rate. In addition workers in position Al and P1 can choose to participate in the following insurance options Option Explanation Weekly Cost to Employee (dirham) 11 Medical Inssurance 80 12 Dental lossurance 50 13 Disability Inssurance 30 Also, the worker Admin in posgition Al can choose to participate in the retirement plan at 3.0% of their gross pay. The following table summarise who is authorized to participate in insurance and retirement plans Position 13 Retirement (3%) Admin A1 Y Y Y Y 11 12 Worker P1 Y Y Y N N Worker P2 N N N Wize a Java payroll application that calculates the net pay for a worker. The program propunts the user for. skill level and hours worked as well as appropriate insurance and retirement options for the wroker's position The application displays: 1) hours worked, 2) hourly rate, 3) regular pay for 40 hours, 4) overtime pay, 5) total pay, 6) total deductions, 7) the net pay (total pay-total deductions). You have to create 3 different classes Admin, WorkerPl , and WorkerP2 , and create all required method for each class. Create a main class then call all the other classes form there

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Marketing The Ultimate Marketing Tool

Authors: Edward L. Nash

1st Edition

0070460639, 978-0070460638

More Books

Students also viewed these Databases questions

Question

5. Develop a self-management module for a training program.

Answered: 1 week ago