Question: 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 1. If an employee has completed three certifications, their rating will be 3. 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 findRating0 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 50000, and the incremented amount is 4000, then this method should return 4000, and
update the salary as 54000).
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 error-free 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 object-oriented 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(0) to terminate the program.
 e. AWS For each certification the rating will be 1. If

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!