The first programming project involves writing a program that computes the average salary for a collection of employees of different types. This program consists of four classes. The first class is the Employee
class, which contains the employee’s name and monthly salary, which is specified in whole dollars. It should have two methods:
annualSalary
that returns the salary for a whole year.The Employee
class has two subclasses. The first is Salesman
. It has an additional instance variable that contains the annual sales in whole dollars for that salesman. It should have the same two methods:
annualSalary
that returns the salary for a whole year. The salary for a salesman consists of the base salary computed from the monthly salary plus a commission. The commission is computed as 2% of that salesman’s annual sales. The maximum commission a salesman can earn is $20,000.The second subclass is Executive
. It has an additional instance variable that reflects the current stock price. It should have the same two methods:
annualSalary
that returns the salary for a whole year. The salary for an executive consists of the base salary computed from the monthly salary plus a bonus. The bonus is $30,000 if the current stock price is greater than $50 and nothing otherwise.Finally there should be a fourth class than contains the main method. It should create an array of objects of type Employee
and initialize them to a mixture of different kinds of employees. It should then compute and display the average salary for all employees.
Be sure to follow good programming style, which means making all instance variable private and naming all constants. Furthermore you must select enough different kinds of employees to completely test the program.
In the general discussion area, you will find a topic that explains the submission requirements and grading rubric that applies to all projects.
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more