Create a class named Developer that stores the information about an application developer. Implementation of all the points is necessary. Private instance variable to store the experience of developer, number of applications published, number of GitHub repositories. Parameterized constructor that sets all the instance variable. Setter and getter methods to set and get the instance variable values. A public method named calulateSalary() that returns the expected salary of the employee Salary of the developer is determined by: (experience of developer + number of applications published + number of GitHub repositories) * 500 $.If expected salary is less than 1000$ then assign the status to employee as “Rookie developer” and if the expected salary comes out to be greater then 1000$ then assign the status to the developer as “pro developer”. Create a method name displayInfo that will display all the information about the developer along with its expected salary and status.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter5: Making Decisions
Section: Chapter Questions
Problem 7PE
icon
Related questions
Question

Create a class named Developer that stores the information about an application developer.
Implementation of all the points is necessary. Private instance variable to store the experience of developer, number of applications
published, number of GitHub repositories. Parameterized constructor that sets all the instance variable. Setter and getter methods to set and get the instance variable values. A public method named calulateSalary() that returns the expected salary of the employee Salary of the developer is determined by: (experience of developer + number of
applications published + number of GitHub repositories) * 500 $.If expected salary is less than 1000$ then assign the status to employee as “Rookie developer” and if the expected salary comes out to be greater then 1000$ then assign the status to the developer as “pro developer”. Create a method name displayInfo that will display all the information about the
developer along with its expected salary and status.

Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Unreferenced Objects
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT