Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Shoppers Paradise Shoppers paradise wants an application that displavs the number of reward points a customer earns each month. T type and total monthly purchases
Shoppers Paradise Shoppers paradise wants an application that displavs the number of reward points a customer earns each month. T type and total monthly purchases amount as follows he rewards points are based on the customer's membership Membership Type Total monthly purchases (S) Less than 75 75 149.99 150 and over Reward points 5% of the total monthly purchases 75% of the total monthly purchases 10% of the total monthly purchases basic standard Less than 150 150 or over 6% of the total monthly purchases 13% of the total monthly purchases Less than 200 200 or over 7% of the total monthly purchases 15% of the total monthly purchases premium Write a complete Python script that takes the customer's membership type and total monthly purchases amount from the user and display rewards points round up to the next integer. The user interface of your script may look like as follows: Shoppers Paradise Reward Points Membership Type (basic/standard/premium) :basic Total monthly purchases ) :120 Reward Points: 9 Save your script as "PA1 Question2.py" in the cs104PA1 folder
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started