Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Jeff runs a local retail store in your neighbourhood. He has contracted you to create an interactive application that will assist him in increasing staff

Jeff runs a local retail store in your neighbourhood. He has contracted you to create an interactive application that will assist him in increasing staff salaries. Create a class named Details that will contain get and set methods for an employee id number, first name, surname and salary. Include a method called getUpdatedSalary() that will increase the staff members salary by 10%.

In your main class include a static method named printDetails() that will produce an employee details report, also include a static method named salaryDeductions() that will display the employee deductions report if required.


Notes:

Below are the deduction percentages:

Deduction

Percentage

Tax

18%

Medical

12.5%

Car Allowance

8%

UIF

2%


Hint:

You may make use of your own initiative to improve the application and how it works.



Step by Step Solution

There are 3 Steps involved in it

Step: 1

import javaio import javautil class Details private int id private String fname private Stri... 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

Essentials Of Business Statistics Communicating With Numbers

Authors: Sanjiv Jaggia, Alison Kelly

1st Edition

78020549, 978-0078020544

More Books

Students also viewed these Programming questions

Question

How can brand salience be built for a corporate brand?

Answered: 1 week ago