(Financial application: print a tax table) Listing 3.6 gives a program to compute tax. Write a method for computing tax using the following header:
public static double computetax(int status, double taxableIncome)
Use this method to write a program that prints a tax table for taxable income from $50,000 to $60,000 with intervals of $50 for all the following statuses:
Ref:
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.