Question: Using C++, Write the function prototype, header and function call of a function calcAmount whose parameters are: double price passed by value, double interest passed
Using C++, Write the function prototype, header and function call of a function calcAmount whose parameters are: double price passed by value, double interest passed byreference and double tax passed by reference. The function returns a double.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
