9. The output should contain the following: Date Generated (This is the system date.) Employee Name Basic Salary No. of OT Hours ОТ Раy Gross Income Withholding Tax Other Deductions: SS Pag-ibig...


I would to have an accurate Java programming for this example. It should follow the exact match output. Thanks!


9. The output should contain the following:<br>Date Generated (This is the system date.)<br>Employee Name<br>Basic Salary<br>No. of OT Hours<br>ОТ Раy<br>Gross Income<br>Withholding Tax<br>Other Deductions:<br>SS<br>Pag-ibig<br>PhilHealth<br>Net Pay<br>Note: It should be exact<br>match to this output<br>

Extracted text: 9. The output should contain the following: Date Generated (This is the system date.) Employee Name Basic Salary No. of OT Hours ОТ Раy Gross Income Withholding Tax Other Deductions: SS Pag-ibig PhilHealth Net Pay Note: It should be exact match to this output
Procedure:<br>Create a NetBeans project for this activity.<br>Project Name: MP2_<lastname_firstname><br>Example: MP2_Blanco_Maria<br>Define 2 classes. The main class contains the main method.<br>Main Class: Employee_<lastname><br>Example: Employee_Blanco<br>Other Class: PaySlip_<lastname><br>Example: PaySlip_Blanco<br>Write a Java program with the following specifications:<br>1. Define the attributes of the PaySlip class. Define the constructor for this class.<br>2. Define the setters (mutators) and the getters (accessors) for the PaySlip class.<br>3. Define also the custom methods in the PaySlip class as follows but not limited<br>to determineWithholdingTax( ) and computeCompensation( ).<br>4. Input the employee name, basic salary, and number of overtime (OT) hours.<br>Data input should be done in the main method. The final output as described in<br>#9 should be generated in the main method, as well.<br>5. Use the table below to compute the withholding tax.<br>Monthly Gross Income and Withholding Tax Details<br>But Not Over<br>Over<br>Withholding Tax<br>20,000<br>31,000<br>61,000<br>154,000<br>615,000<br>0%<br>20,000<br>31,000<br>61,000<br>154,000<br>615,000<br>20% of the excess over 20,000<br>2,300 + 25% of the excess over 31,000<br>10,000 + 30% of the excess over 61,000<br>38,000 + 32% of the excess over 154,000<br>185,000 + 35% of the excess over 615,000<br>6. The computation is as follows:<br>Gross income = basic salary + OT pay<br>OT pay = no. of OT hours * 1% of basic salary<br>Net pay = gross income - withholding tax - other deductions<br>Withholding tax = based on the table above<br>7. The following are the other deductions:<br>SSS = 13% of the basic salary<br>Pag-ibig = 2% of the basic salary<br>Philhealth = 3.5% of the basic salary, maximum of 2,450<br>8. Use the Philippine Peso currency and 2 decimal places for all the monetary<br>value display.<br>9. The output should contain the following:<br>Date Generated (This is the system date.)<br>Employee Name<br>Basic Salary<br>No. of OT Hours<br>оТ Раy<br>Gross Income<br>Withholding Tax<br>Other Deductions:<br>Pag-ibig<br>PhilHealth<br>Net Pay<br>

Extracted text: Procedure: Create a NetBeans project for this activity. Project Name: MP2_ Example: MP2_Blanco_Maria Define 2 classes. The main class contains the main method. Main Class: Employee_ Example: Employee_Blanco Other Class: PaySlip_ Example: PaySlip_Blanco Write a Java program with the following specifications: 1. Define the attributes of the PaySlip class. Define the constructor for this class. 2. Define the setters (mutators) and the getters (accessors) for the PaySlip class. 3. Define also the custom methods in the PaySlip class as follows but not limited to determineWithholdingTax( ) and computeCompensation( ). 4. Input the employee name, basic salary, and number of overtime (OT) hours. Data input should be done in the main method. The final output as described in #9 should be generated in the main method, as well. 5. Use the table below to compute the withholding tax. Monthly Gross Income and Withholding Tax Details But Not Over Over Withholding Tax 20,000 31,000 61,000 154,000 615,000 0% 20,000 31,000 61,000 154,000 615,000 20% of the excess over 20,000 2,300 + 25% of the excess over 31,000 10,000 + 30% of the excess over 61,000 38,000 + 32% of the excess over 154,000 185,000 + 35% of the excess over 615,000 6. The computation is as follows: Gross income = basic salary + OT pay OT pay = no. of OT hours * 1% of basic salary Net pay = gross income - withholding tax - other deductions Withholding tax = based on the table above 7. The following are the other deductions: SSS = 13% of the basic salary Pag-ibig = 2% of the basic salary Philhealth = 3.5% of the basic salary, maximum of 2,450 8. Use the Philippine Peso currency and 2 decimal places for all the monetary value display. 9. The output should contain the following: Date Generated (This is the system date.) Employee Name Basic Salary No. of OT Hours оТ Раy Gross Income Withholding Tax Other Deductions: Pag-ibig PhilHealth Net Pay
Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here