Question: Create an app that lets the user enter an items wholesale cost and its markup percentage. It should then display the items retail price. For
Create an app that lets the user enter an items wholesale cost and its markup percentage. It should then display the items retail price. For example: If an items wholesale cost is 5.00 and its markup percentage is 100 percent, then the items retail price is 10.00. If an items wholesale cost is 5.00 and its markup percentage is 50 percent, then the items retail price is 7.50. The app should have a function named CalculateRetail that receives the wholesale cost and the markup percentage as arguments and returns the retail price of the item. Answer only using app inventor, please show the blocks view, no coding.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
