Question: A programs main function declares three double variables named sales, taxRate, and salesTax. It also contains the following function call: calcSalesTax (sales, taxRate, salesTax);. The
A program’s main function declares three double variables named sales, taxRate, and salesTax. It also contains the following function call: calcSalesTax (sales, taxRate, salesTax);. The calcSalesTax function is responsible for calculating the sales tax. Its function header looks like this: void calcSalesTax (double sold, double rate, double tax). Correct the function header.
Step by Step Solution
3.44 Rating (163 Votes )
There are 3 Steps involved in it
void calcS... View full answer
Get step-by-step solutions from verified subject matter experts
