Purchase Solution

Java Program - Calculate Federal, State Taxes and Income

Not what you're looking for?

Ask Custom Question

Write Java Code needed to perform the following:
- Calculate state withholding tax at 6.0% and calculate federal withholding tax at 25.0%.
- Calculate dependent deductions at 2.0% of the employee's salary for each dependent.
- Calculate total withholding.
- Calculate take-home pay as salary minus total withholding plus deductions.

See that attached file for the code.

Purchase this Solution

Solution Summary

The solution contains the complete program. The code is able to calculate state withholding tax, dependent deductions, total withholding and take-home pay. The code is completely commented and follows all the guidelines for easier and faster understanding of the Java programming. The revised Java code is provided in the response box as well as in an attachment.

Solution Preview

Hello,

I've attached the solution.

Thanks,
Kavita Narang

Write Java Code needed to perform the following:
- Calculate state withholding tax at 6.0% and calculate federal withholding tax at 25.0%.
- Calculate dependent deductions at 2.0% of the employee's salary for each dependent.
- Calculate total withholding.
- Calculate take-home pay ...

Purchase this Solution


Free BrainMass Quizzes
Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C++ Operators

This quiz tests a student's knowledge about C++ operators.