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:
Related Book For
Microsoft Visual C# An Introduction to Object-Oriented Programming
ISBN: 978-1337102100
7th edition
Authors: Joyce Farrell
Question Posted: