Question: This is the question and my program for python I want to know what is wrong and how did you get the answer. Shoppers Paradise
This is the question and my program for python
I want to know what is wrong and how did you get the answer.


Shoppers Paradise Shoppers paradise wants an application that displays the number of reward points a customer earns each month. The rewards points are based on the customer's membership type and total monthly purchases amount as follows: Membership Type Total monthly purchases (S) Less than 75 75 149.99 150 and over Reward points 5% of the total monthly purchases 7.5% 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 Shoppers Paradise Shoppers paradise wants an application that displays the number of reward points a customer earns each month. The rewards points are based on the customer's membership type and total monthly purchases amount as follows: Membership Type Total monthly purchases (S) Less than 75 75 149.99 150 and over Reward points 5% of the total monthly purchases 7.5% 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
