Question
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...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started