Here is a problem what I have. But I do not even understand it. Can anybody solve this problem? Please help me....^^
@Create a class name Pay hat includes five double variables that hold hours worked, rate of pay per hour,withholding rate, gross pay,and net pay. Create three overloaded computeNetPay() methods.Gross pay is computed as hours worked,multiplied by pay per hour.When computeNetPay receives values for hours,pay rate,and withholding rate,it computes he gross pay and reduces it by he appropriate withholing amoun to poduce th net pay.When computeNetPay() receives two arguments,the withholding rate is assument,the withholing rate is assumed to be 15 percent,and he hourly rate is assumed to be 4.65.Write a main() mthod that tests all three overloaded methods.