diff --git a/helloworld4.php b/helloworld4.php new file mode 100644 index 0000000..2fd8344 --- /dev/null +++ b/helloworld4.php @@ -0,0 +1,55 @@ + + + + + Hello World 4 + + + +
+ +
+ + >
+ +
+ +
+ = 0 AND $q <= 9963) + $t = $income*0 - 0*$n; + elseif ($q >= 9964 AND $q <= 27518) + $t = $income*0.14 - 1394.96*$n; + elseif ($q >= 27519 AND $q <= 73778) + $t = $income*0.3 - 5798*$n; + elseif ($q >= 73779 AND $q <= 156243) + $t = $income*0.41 - 13913.69*$n; + elseif ($q >= 156244) + $t = $income*0.45 - 20163.45*$n; + + $t = round($t); + + ?> +

Your taxes is

+ + \ No newline at end of file