Lets say you work in Illinois, and you want to figure out how much income tax you

Question:

Let’s say you work in Illinois, and you want to figure out how much income tax you need to pay for the year. Here is what you know: 

image text in transcribed

● Your hourly wage is $10. 

● You have worked 1000 hours for the year 

● You know Illinois’s income tax is 5%

Create a Java program using a class file called IllinoisTaxCalculator and create the following methods: 

● Method to calculate annual income (hourly wage * number of hours you worked in a year) 

● Method to calculate annual taxable income (annual income * tax) 

● Method to calculate how much you owe in taxes hourly (hourly wage * tax) 

● Method to calculate your net income (annual income - taxable income)  

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: