We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823c7d3 commit 7ac5e0dCopy full SHA for 7ac5e0d
src/pkg2darr_payrollsystem/Main.java
@@ -11,6 +11,7 @@ public class Main
11
static double dataEmployee[][];
12
static double totalPay;
13
static double taxRate;
14
+ static double vat;
15
static int idEmployee[];
16
static int statusChoiceArr[];
17
static int numDepChoiceArr[];
@@ -46,3 +47,4 @@ public static void main(String[] args)
46
47
}while(input.equals("y"));
48
}
49
50
+
0 commit comments