Ask a New Question
Search
Find the discount amount for
Use the code to answer the question.
def discount_on_weekdays(day, amount): discount = 0 if day == 'Monday': discount = 0.1 *
1 answer
9 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
18 views
Use the code to answer the question. if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category ==
1 answer
87 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
7 views
Use the code to answer the question. if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category ==
1 answer
asked by
hatemaths
116 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
19 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
asked by
songoku
137 views
Kwame enjoyed a discount of ghc 200.00 for the set of furniture he purchased. If the discount is 20%. Find the amount paid after
1 answer
asked by
Romeo
151 views
Find the discount amount for a $135 computer monitor with a 25 percent off coupon.(1 point)
The discount amount is $?
1 answer
121 views
Find the discount amount for a $135 computer monitor with a 25 percent off coupon.(1 point)
The discount amount is $
0 answers
64 views