Create a program using ecilpse that generates a tax table for the 2011 tax year. Please help [message #897157] |
Sun, 22 July 2012 14:06  |
Eclipse User |
|
|
|
So lost on how to write this program, could someone please help me.
Create a program using ecilpse that generates a tax table for the 2011 tax year.(Six tax rates are 10%, 15%, 25%, 28%, 33%, and 35%) where the taxable income ranges from $50,000 to $60,000 with intervals of $50. Show in columns the tax to pay for single, married filing jointly, married separate, and head of household.
Write a method for computing tax and call the method to obtain the data for the table as you build it. Use the following header for the method:
public static double computeTax(int status, double taxableIncome)
|
|
|
Re: Create a program using ecilpse that generates a tax table for the 2011 tax year. Please help [message #897300 is a reply to message #897157] |
Mon, 23 July 2012 10:17  |
Eclipse User |
|
|
|
On 7/22/2012 12:07 PM, Jesus Hernandez wrote:
> So lost on how to write this program, could someone please help me.
>
> Create a program using ecilpse that generates a tax table for the 2011
> tax year.(Six tax rates are 10%, 15%, 25%, 28%, 33%, and 35%) where the
> taxable income ranges from $50,000 to $60,000 with intervals of $50.
> Show in columns the tax to pay for single, married filing jointly,
> married separate, and head of household.
> Write a method for computing tax and call the method to obtain the data
> for the table as you build it. Use the following header for the method:
> public static double computeTax(int status, double taxableIncome)
This isn't a forum for general questions in Java, C/C++, Python, PHP,
etc. Nor is it a help you do your homework forum. You may find such
resources elsewhere on the web, not here.
|
|
|
Powered by
FUDForum. Page generated in 0.26377 seconds