akosiraff

Download TaxReturn JAVA

Jul 27th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/taxreturn-java/
  3. Modify the following program to the specifications given below:
  4. I. Add a new status – SingleParent – where the tax is computed as a SINGLE but with a further reduction of $5000 per child.
  5. II. Add a new tax condition – if the income is greater than $249,999 for SINGLE, then add a tax of 25% on income amount above $150,000; if the income is greater than $349,999 for MARRIED, then add a tax of 35% on income amount above $200,000.
  6. III. Unknown status – if the status doesn’t belong to SINGLE or MARRIED or SINGLE_PARENT, then compute a 33% tax on the income.
  7. Download: http://solutionzip.com/downloads/taxreturn-java/
Add Comment
Please, Sign In to add comment