akosiraff

Download LastStopBoutique Python Answer

Feb 19th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1.  
  2. Download: https://solutionzip.com/downloads/laststopboutique-python/
  3. The Last Stop Boutique is having a five-day sale. Each day, starting on Monday, the
  4. price will drop 10% of the previous day’s price. For example, if the original price of
  5. a product is $20.00, the sale price on Monday would be $18.00 (10% less than the
  6. original price). On Tuesday the sale price would be $16.20 (10% less than
  7. Monday). On Wednesday the sale price would be $14.58; on Thursday the sale
  8. price would be $13.12; and on Friday the sale price would be $11.81. Develop a
  9. solution that will calculate the price of an item for each of the five days, given the
  10. original price. Test the solution for an item costing $10.00.
  11. Download: https://solutionzip.com/downloads/laststopboutique-python/
Add Comment
Please, Sign In to add comment