Question: You will write a program that will calculate their federal income taxes, based on marital status and taxable income. Input: You will prompt the user

 You will write a program that will calculate their federal income

You will write a program that will calculate their federal income taxes, based on marital status and taxable income. Input: You will prompt the user to enter whether they are iling their taxes as Single or Married. You will then prompt the user to enter the taxable income for up to 5 W2 forms. The user will be prompted to specify when they have completed entering all of their W2s for the year You should prompt the user for input as follows: Enter Your Tax Filing Status (Married or Single): Enter 2 Amount Are you finished entering W2s? (Y/N) If a user enters an invalid value, the program should notify the user that the value entered is incorrect and why, and prompt the user to reenter a corrected value. Calculation: Once the user is finished entering W2s, the program will cakculate and print the results Output: The program will print annual income in a columnar format, as shown below. If the user's ncome is in the middle tax bracket, print two asterisks() following their total income amount If the users income is in the high tax bracket, print three asterisks following their total income amount Filing Status: Married 12s $ 4,300.76 $ 276.92 15,976.43 49,764.67 $250.00 Total Income: 70,568.78 Federal Income Taxes: $10.442.20 Helpful hint: System.out.print(".10.2f1n",myCost) Will print the value of the floating point number, myCost e right justified in 10spaces . 2 places past the decimal point With a comma, if the value is greater than 1000. Designing, developing, and Testing Your Program Developing software is a process, you need to be following the steps 1. 2. Develop an algorithm to solve your problem. Convert your algorithm into pseudocode

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!