Answered step by step
Verified Expert Solution
Link Copied!

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 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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Learning PostgreSQL

Authors: Salahaldin Juba, Achim Vannahme, Andrey Volkov

1st Edition

178398919X, 9781783989195

More Books

Students also viewed these Databases questions