Solved

Suppose You Are Developing a Payroll Application That Computes and Displays

Question 101

Multiple Choice

Suppose you are developing a payroll application that computes and displays weekly paycheck amounts for various employees. As a result of the design phase, the partial Employee class below is developed. Select the method header that best completes the class, according to the method comments. public class Employee
{
Private int hoursWorked;
/**
Computes the weekly salary for this employee.
@param hourlyRate the rate per hour earned by the employee
@return the weekly salary
*/
_________________________________________
{
// method body
}
}


A) public void computeSalary(double hourlyRate)
B) public double computeSalary(double hourlyRate, int hoursWorked)
C) public double computeSalary(double hourlyRate)
D) public double computeSalary(int hoursWorked)

Correct Answer:

verifed

Verified

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

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents