taxProgScript.html


Your script should test each branch of your if-else (more than are shown here).


Script started on ____________
mmartin@vega(~) a.out

Please enter your taxable
income as a non-negative integer: 8000

Your filing status is: S
Your taxable income is: 8000
Your tax is: 800

mmartin@vega(~) a.out

Please enter your taxable
income as a non-negative integer: 32000

Your filing status is: S
Your taxable income is: 32000
Your tax is: 4382

mmartin@vega(~) a.out

Please enter your taxable
income as a non-negative integer: 175000

Your filing status is: S
Your taxable income is: 175000
Your tax is: 42892

mmartin@vega(~) exit

Script done on ____________