Java program
Can anyone help me please , I have been trying to solve this question but am still struggling with syntax errors. And I have to submit it next week. 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,alsoincludeastaticmethodnamedsalaryDeductions()thatwilldisplaytheemployee 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. Classes | Methods | Decision Structures | Number Format, etc https://code.sololearn.com/cJgMQLvb6Avn/?ref=app https://code.sololearn.com/c2TD7Mp5V7Gi/?ref=app