Question: can u help me with this question using c++ and explain it Write a C++ program that asks a user to enter the product cost
Write a C++ program that asks a user to enter the product cost and its markup percentage. Then, the program should display the product retail price. For example, if the product cost is RM1000 and the markup percentage that entered by user is 50%, then the product retail price would be RM1500. Create a function name salePrice () that receives the product Cost and the markup Percentage as parameter and return the product retail price. IR markel
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
