Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Create a TaxReturn class with fields that hold a taxpayer's Social Security number, last name, first name, middle initial, zip code, annual income,

Create a TaxReturn class with fields that hold a taxpayer’s Social Security number, last name, first name, middle initial, zip code, annual income, marital status, number of vehicles owned, number of pets owned, and number of toasters owned. The StringBuilder class must be used in this Assignment. The program will calculate the tax liability based on annual income and the percentages in the following table:Marital Status TOTAL Income in U.S. DollarsSingle Married 0–1500025% 24% 15001–4900150% 49% 49002 and up75% 74% Prompt the user to enter the data needed to output a summary of the information gathered. Make sure to ask for the information in the format you would like it from the user and adhere to the following: •If the Social Security number is not in the correct format, then reprompt for the information again•Marital status must be either ‘S’ or ‘s’ or ‘M’ or ‘m’•No negative incomes are allowed, so the value must be above zero Data set 1 to input:Social Security number 888-99-5623, last name Jones, first name Mkuy, middle initial L, zip code 12345, annual income 73564, marital status m, number of vehicles owned 5, number of pets owned 0, and number of toasters owned 9.Data set 2 to input:Social Security number 899-99-5624, last name Jim, first name Jane, middle initial P, zip code 12344, annual income 23564, marital status M, number of vehicles owned 1, number of pets owned 12, and number of toasters owned 2.Data set 3 to input:Social Security number 111-99-3324, last name Groske, first name Jenry, middle initial P, zip code 55544, annual income 123564, marital status s, number of vehicles owned 0, number of pets owned 2, and number of toasters owned 1.Data set 4 to input:Select your own values for this data set.The comment header provided in Unit 1 should be added and completed. Write about block and scope in the comments header as you write the code. You will submit one Word document named TaxReturnFirstInitialLastName.doc with all the screenshots for each data set for code and output, as well as TaxReturn.java in a .zip file.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question