问题 I'm having a hard time aligning decimal values. I am pretty sure its a combination of right alignment and setprecision/fixed but it doesn't seem to be working. I know other questions have been asked on the topic but I haven't found a clear solution to getting a bunch of columns (unique cout statements to align). This is a chunk of my code: double total_collect, sales, country_tax, state_tax, total_tax; const double STATE_TAX_RATE = 0.04, COUNTRY_TAX_RATE = 0.02; // Compute taxes total_collect