Solved

Choose the Method Header That Goes with This Method Comment

Question 76

Multiple Choice

Choose the method header that goes with this method comment. /**
Raises the salary of the employee
@param percentRaise salary percentage raise
*/


A) public void raiseSalary(double percent)
B) public double raiseSalary(double percent)
C) public double raiseSalary(double percentRaise)
D) public void raiseSalary(double percentRaise)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions