Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Create a program using ecilpse that generates a tax table for the 2011 tax year. Please help(Create a program)
Create a program using ecilpse that generates a tax table for the 2011 tax year. Please help [message #897157] Sun, 22 July 2012 18:06 Go to next message
Jesus Hernandez is currently offline Jesus HernandezFriend
Messages: 2
Registered: June 2012
Junior Member
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 14:17 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

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.
Previous Topic:add org.eclipse.core.resources.natures to extension as a plugin extension
Next Topic:javax.servlet.http
Goto Forum:
  


Current Time: Tue Apr 23 13:29:05 GMT 2024

Powered by FUDForum. Page generated in 0.07772 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top