Skip to content

Commit 7ac5e0d

Browse files
authored
Add VAT variable to Main class
1 parent 823c7d3 commit 7ac5e0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pkg2darr_payrollsystem/Main.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public class Main
1111
static double dataEmployee[][];
1212
static double totalPay;
1313
static double taxRate;
14+
static double vat;
1415
static int idEmployee[];
1516
static int statusChoiceArr[];
1617
static int numDepChoiceArr[];
@@ -46,3 +47,4 @@ public static void main(String[] args)
4647
}while(input.equals("y"));
4748
}
4849
}
50+

0 commit comments

Comments
 (0)