Skip to content

Commit 9329e33

Browse files
authored
Refactor transactionClass for payroll calculations
1 parent 7ac5e0d commit 9329e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pkg2darr_payrollsystem/transactionClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ public static void Transaction()
1717
taxRate = 0;
1818
if(statusChoice == 1)
1919
{
20-
numDepEmployee[i] = "0" + "(0%)";
2120
statusEmployee[i] = "Single" + "(6%)";
2221
taxRate = 0.06;
2322
}
@@ -96,3 +95,4 @@ public static void Deduction()
9695
}
9796

9897

98+

0 commit comments

Comments
 (0)