A programs main function declares three double variables named sales, taxRate, and salesTax. It also contains the

Question:

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.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: