Question: Intro to Java Programming Challenge: You are creating a program that calculates Illinois withholding taxes based on automated payroll method. The number of allowances will
Intro to Java Programming Challenge:
You are creating a program that calculates Illinois withholding taxes based on automated payroll method. The number of allowances will determine the amount of taxes to withhold. Allowances are 06, use a switch statement to setup tax processing algorithm allowances. If taxes withheld are more than 549.99 you should output to screen Lotta Money you work hard. If taxes withheld are less than 50 you should output to screen Going poor you need to work harder. If taxes withheld are between than 49.99 and 250 you should output to screen Thank you for being a good provider. If taxes withheld are more than 249.99 and less than 550 you should output to screen Thank you for being a great provider. Convert Payroll data types from double to float. Input: Use Joptionpane for all input data. LastName FirstName DaysWorkedPerWeek HoursWorkedPerDay WeeksInPayPeriod numberOfAllowances payRatePerHour Processing: Illinois Taxes withheld using automated payroll method www.revenue.state.il.us/taxforms/withholding/il700t.pdf taxAmount: netPay equals grossPay minus (Illinois withholding Automated payroll method pg. 4) Arithmetic expressions to prepare desired output. Output: formatted output to console using Printf FirstName&LastName, Days Worked and pay periods within the year. Projected Gross Pay, Net Pay and tax amount per day Projected Gross Pay, Net Pay and tax amount per week Projected Gross Pay, Net Pay and tax amount per quarter Projected Gross Pay, Net Pay and tax amount per pay period Projected Gross Pay, Net Pay and tax amount per year
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
