Al-Hadidi hypermarket offers a variety of food, household, electronics, and garments items. They determine the retail price based on the markup percentage that is different for each item's category. The following table shows the markup percentage of various item categories. Item Category Grocery Markup Percentage 5% Fresh-Food 8% Electronics 10% Lifestye Home-living 20% 15% Write a Python program named retailprice.py that asks the user to enter an item's wholesale cost and category and calculate the retail price for the item according to the following formula: Retail price = wholesale price + (wholesale price * markup percentage) Run and test your program. Once done, submit the file named retailprice.py at the link below.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question
Al-Hadidi hypermarket offers a variety of food, household, electronics, and garments items. They determine the retail price
based on the markup percentage that is different for each item's category. The following table shows the markup
percentage of various item categories.
Item Category
Grocery
Markup Percentage
5%
Fresh-Food
8%
Electronics
10%
Lifestye
20%
Home-living
15%
Write a Python program named retailprice.py that asks the user to enter an item's wholesale cost and category
and calculate the retail price for the item according to the following formula:
Retail price = wholesale price + (wholesale price * markup percentage)
Run and test your program. Once done, submit the file named retailprice.py at the link below.
Transcribed Image Text:Al-Hadidi hypermarket offers a variety of food, household, electronics, and garments items. They determine the retail price based on the markup percentage that is different for each item's category. The following table shows the markup percentage of various item categories. Item Category Grocery Markup Percentage 5% Fresh-Food 8% Electronics 10% Lifestye 20% Home-living 15% Write a Python program named retailprice.py that asks the user to enter an item's wholesale cost and category and calculate the retail price for the item according to the following formula: Retail price = wholesale price + (wholesale price * markup percentage) Run and test your program. Once done, submit the file named retailprice.py at the link below.
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage