Python Help Write (1) the pseudo code, (2) the code, of the following problems: A supermarket awards coupons depending on how much a customer spends on groceries. For example, if you spend $50, you...



Python Help



Write (1) the pseudo code, (2) the code, of the following problems:


A supermarket awards coupons depending on how much a customer spends on groceries. For example, if you spend $50, you will get a coupon worth eight percent of that amount. The following table shows the percent used to calculate the coupon awarded for different amount spend. Write a program that calculates and prints the value of the coupon a person can receive based on groceries purchased.


Money Spent<br>Less than $10<br>From $10 to $60<br>More than $60 to $150<br>More than $150 to $210<br>More than $210<br>Coupon Percentage<br>No coupon<br>8%<br>10%<br>12%<br>14%<br>

Extracted text: Money Spent Less than $10 From $10 to $60 More than $60 to $150 More than $150 to $210 More than $210 Coupon Percentage No coupon 8% 10% 12% 14%

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here