Question: Subject: Fundamentals of Programming Language: Java Take note: Read the instructions carefully Create a new Employee class with the following attributes and behaviors. 1. Name

Subject: Fundamentals of Programming Language: Java

Take note: Read the instructions carefully

Create a new Employee class with the following attributes and behaviors. 1.Name 2. Salary 3. Position 4. get salary grade For the salary

Create a new Employee class with the following attributes and behaviors. 1. Name 2. Salary 3. Position 4. get salary grade For the salary grade behavior it will return a string/char of A, B, or C. If the salary is greater than or equal to 10,000 and less than 20,000 then return C, for salary greater than or equal to 20,000 and less than 40,000 then return B. For a salary Greater than or equal to 40,000 return A.

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 Programming Questions!