Write a tax program with the following logic: Set variables cutoff15 and cutoff28 that depend on marital status. Then have a single formula that computes the tax, depending on the incomes and the cutoffs. Verify that your results are identical to that of the tax.cpp program.