Answer to Question #302082 in Java | JSP | JSF for Djk

Question #302082

Create a program that will compute the basic salary of the employee, the daily rate of the employee is 80 pesos per hour the regular daily hours of the employee is 8 hours. Compute the total net gross of the employee in 22 days with the following deductions Pag-ibig = 150, SSS = 400, PhilHealth = 200.

1
Expert's answer
2022-02-24T12:19:03-0500
public class Main {
    public static void main(String[] args) {
        System.out.println("Total net gross: " + (80 * 8 * 22 - 150 - 400 - 200));
    }
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS