Question: For the class Employee example provided in tutorial 3 . 1 . 7 , what code segments could be added to keep track of the
For the class Employee example provided in tutorial what code segments could be added to keep track of the number of salary increases that have occurred for an employee using the variable salaryIncreases?
public void increaseSalaryint percent
if percent
this.setSalarythissalary this.salary percent;
this.salaryIncreases;
else
System.out.printlnIncrease of salary must be greater than ;
public int getSalaryIncreasesthis
return salaryIncreases;
public void increaseSalaryint percent
if percent
this.setSalarythissalary this.salary percent;
this.salaryIncreases;
else
System.out.printlnIncrease of salary must be greater than ;
this.salaryIncreases;
public int getSalaryIncreasesthis
return salaryIncreases;
public int increaseSalaryint percent
if percent
this.setSalarythissalary this.salary percent;
this.salaryIncreases;
else
System.out.printlnIncrease of salary must be greater than ;
public void getSalaryIncreasesthis
return salaryIncreases;
public void increaseSalaryint percent
if percent
this.setSalarythissalary this.salary percent;
this.salaryIncreases;
else
System.out.printlnIncrease of salary must be greater than ;
public int getSalaryIncreasesthis
return salaryIncreases;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
