Question: What is the output of the following function and function call? Cost is represented by float subTotal and the tax is represented by float tax.
What is the output of the following function and function call? Cost is represented by float subTotal and the tax is represented by float tax. void CalculateCost(int count, float& subTotal, float& taxCost) if(count
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
