Question: This is C++ language Write a function named calculateDiscount. This function will receive two floating point values named price and discount as parameters The function
This is C++ language
Write a function named calculateDiscount. This function will receive two floating point values named price and discount as parameters The function then calculates the discounted_price using the following formula: discounted_price = price - (price - discount) The function will then return the value for discounted_price as a return value of type float. Write the function prototype, function call and function definition statements for calculateDiscount
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
