Shopping list:
Ordered Shopping list:
# code will go here 5 + 5
## [1] 10
15 * 20
## [1] 300
shopping_prices <- c(5, 10, 14, 17, 22, 26, 40, 52, 59, 62, 80, 94) mean(shopping_prices)
## [1] 40.08333