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
24 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
42 views
Use the code to answer the question. if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category ==
1 answer
110 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
30 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
151 views
Use the code to answer the question.
if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
1 answer
41 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
166 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
173 views
Find the discount amount for a $135 computer monitor with a 25 percent off coupon.(1 point)
The discount amount is $?
1 answer
141 views
Find the discount amount for a $135 computer monitor with a 25 percent off coupon.(1 point)
The discount amount is $
0 answers
79 views