Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

java Exercise 2 (10 marks) (Ex2.java) Using GUI, write a java program that shall solve the following problem: A Small supermarket employs workers who are

java image text in transcribed
image text in transcribed
Exercise 2 (10 marks) (Ex2.java) Using GUI, write a java program that shall solve the following problem: 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 Insurance 80 12 Dental Inssurance 50 13 Disability Inssurance 30 Also, the worker Admin in posoition A1 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 I1 12 13 Retirement (3%) Admin A1 Y Y Y Y Worker P1 Y Y N Y Worker P2 N N N N Write an interactive Java payroll application that calculates the net pay for a worker. The program prompts 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). Sample output: $ Employee Payroll System $ $ Employee Payroll System Na Potion How HOW Over Medical Dentals Dit te wat HD Total W Modic Det Inse To Do TD w

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

Step: 3

blur-text-image

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

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2022 Grenoble France September 19 23 2022 Proceedings Part 4 Lnai 13716

Authors: Massih-Reza Amini ,Stephane Canu ,Asja Fischer ,Tias Guns ,Petra Kralj Novak ,Grigorios Tsoumakas

1st Edition

3031264118, 978-3031264115

More Books

Students also viewed these Databases questions

Question

6-14 Explain why distributed architectures are flexible.

Answered: 1 week ago