(Financial application: print a tax table) Listing, ComputeTax.cpp, is a pro;
gram to compute tax. Write a function for computing tax using the following header:
double computeTax(int status,double taxableIncome)
Use this function to write a program that prints a tax table for taxable income from $50,000 to $60,000 with intervals of $50 for all four statuses, as follows:

Listing ComputeTax.cpp


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.