Answered step by step
Verified Expert Solution
Question
1 Approved Answer
e . AWS For each certification the rating will be 1 . If an employee has completed three certifications, their rating will be 3 .
e AWS
For each certification the rating will be If an employee has completed three certifications, their rating will be The employee is supposed to take up the
certification suggested by the company. If the employee takes up some other certification, their rating will not be updated for that certification.
The increment for the employees will be given based on the criteria below:
Help the Dream Tek Company to develop a java application to do the above task.
Consider the below class:
In the Employee class include the given attributes methods and constructor with the access specifiers as specified in the class diagram.
The constructors are used to initialize the value and the getter methods are used to retrieve the value.
The findRating method should set the rating based on the certification completed by the employee.
The calculateincrement method should calculate the increment based on the rating and update the salary with the incremented amount. This method
should return the increment amount. For example: if the salary is and the incremented amount is then this method should return and
update the salary as
In the Userinterface class, Get the details as shown in the sample input and create an object for the Employee class; invoke the appropriate methods to get
the results as shown in the sample output.
Note:
You are given logic with a compilation error. Clear all the compilation errors and make it an errorfree code.
In the Sample Input Output provided, the highlighted text in bold corresponds to the input given by the user and the rest of the text represents the
output.
Ensure to follow the objectoriented specifications provided in the question description.
'Ensure to provide the names for classes, attributes, and methods as specified in the question description.
Adhere to the code template, if provided.
Please do not use System.exit to terminate the program.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
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