/* 1. Create 3 variables to store an item price. The last price 2 items were ordered (multiplication). 2. Tell the user what the total price is before discount. 3. Inform the user what the average price of items is before discount. 4. Inform them the final price after saving 5 dollars with promo code 'I Got 5 On It'. */
4
5
6
7
8
9
10
1
2
3
1. Create 3 variables to store an item price. The last price 2 items were ordered (multiplication).
2. Tell the user what the total price is before discount.
3. Inform the user what the average price of items is before discount.
4. Inform them the final price after saving 5 dollars with promo code 'I Got 5 On It'.