Computer Science, asked by nutziriche, 4 months ago

Write a Java program that calculates and prints the monthly pay for an employee. The net pay is calculated after taking the following deductions:

Withholding Tax 15%
SSS Contribution 3.63%
Medicare 1.25%
Pag-IBIG PHP 100.00

Answers

Answered by kajalsavaliya552
0

Answer:

Transcribed image text: 1. Write a Java program that calculates and prints the monthly pay for an employee. The net pay is calculated after taking the following deductions: Withholding Tax 15% SSS Contribution 3.63% Medicare 1.25% Pag-IBIG PHP 100.00 2. Initialize two (2) variables to hold the employee name and the gross pay amount before deductions). See sample output below. Employee Name: Gross Pay: Jess Diaz 25000.0 Deductions Witholding Tax: SSS Contribution: Medicare: Pagibig Contribution: Amount 3750.0 907.5 312.5 100.0 Net Day: 19930.0

Similar questions