Java Need in 2 hours

  

1. The Last Stop Boutique is having a five-day sale. Each day, starting on Monday, the price will drop 10% of the previous days price. For example, if the original price of the product is $20.00 the sale price on Monday would be $18.00 (10% less than the original price). On Tuesday, the sale price would be $16.20 (10% less than Monday). On Wednesday, the sale price would be $14.58; on Thursday the sale price would be $13.12; on Friday the sale price would be $11.81. 

Develop a solution (analysis, algorithm and flowchart) to calculate and print the sale price of an item each of the five days given an original price.

2. Make changes in your solution (in 1) to set the price at wholesale when the sale price drops below the wholesale price.