##Objectives: Create a checkout method to calculate the total cost of a cart of items and apply discounts and coupons as necessary.
Dr. Steve Bruhle, your green grocer, isn't ready, but you are!
##Skills: any?, all?, none?, each, map/collect
##Instructions: Code generates a random cart of items and a random set of coupons. Implement a method checkout to calculate total cost of a cart of items and apply discounts and coupons as necessary.