cotterjd / calc-taxes

compares w2 taxes with 1099 taxes according to 2019 U.S. tax law. My first PHP program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudo apt install php7.0-cli
git clone git@github.com:cotterjd/calc-taxes.git

$ php calcTaxes.php <salary*> <spouseIncome> <numberOfChildren> <deductions>
* salary is required. others will default to 0

Example

$ php calcTaxes.php 70000 23000 2 30000

About

compares w2 taxes with 1099 taxes according to 2019 U.S. tax law. My first PHP program


Languages

Language:PHP 100.0%