Question 7: Project

Jack is managing a jewelry store and wants to create a program to help customers calculate the total cost of their jewelry purchases. He wants to offer different discounts based on the types of jewelry purchased. Write a Python program to assist Jack with his calculations.

Here are the pricing rules for Jack’s jewelry store:

  • Rings: Customers can purchase rings for $50 each.
  • Necklaces: Customers can purchase necklaces for $100 each.
  • Bracelets: Customers can purchase bracelets for $75 each.
  • Discount: Customers receive a 10% discount if they spend more than $200 in total.

Write a Python program that prompts customers to enter the quantity of rings, necklaces, and bracelets they want to purchase, calculates the total cost, and applies any applicable discounts.

Write what you are looking for, and press enter to begin your search!