Skip to content

warmstrongsr/Kekambas-111-Shopping-Cart-Week2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kekambas-111-Shopping-Cart-Week2

Options: -[1] + [Enter]: Add items to current order. -[2] + [Enter]: View current order. -[3] + [Enter]: Remove item/s from the current order. -[4] + [Enter]: Checkout with current order. -[5] + [Enter]: Clear current order. -[Q] + [Enter]: Quit

Please enter the number associated with how you would like to proceed [1-6]: 1 Burger- Extras- Fries- Rings- Drink-

What would you like to add to this order? burger {'double': 6.49, 'single': 4.99, 'junior': 3.99, 'kids': 2.49}

What size burger would you like? double

Would you like to add extra toppings to the burger? y/n y

Here are the available extras for your burger:

  • cheese - $0.99
  • bacon - $1.49
  • grilled-mushrooms - $0.99
  • sauteed-onions - $0.29

Please enter the extra you would like to add. bacon

Would you like to add extra toppings to the burger? y/n n

{'double': {'quantity': 1, 'price': 6.49}, 'bacon': {'quantity': 1, 'price': 1.49}}

Options: -[1] + [Enter]: Add items to current order. -[2] + [Enter]: View current order. -[3] + [Enter]: Remove item/s from the current order. -[4] + [Enter]: Checkout with current order. -[5] + [Enter]: Clear current order. -[Q] + [Enter]: Quit

Please enter the number associated with how you would like to proceed [1-6]: 1 -Burger- -Extras- -Fries- -Rings- -Drink-

What would you like to add to this order? fries {'super-fry': 4.99, 'large-fry': 3.99, 'medium-fry': 2.99, 'small-fry': 1.99, 'kids-fry': 0.99}

What size fries would you like? large-fry

{'double': {'quantity': 1, 'price': 6.49}, 'bacon': {'quantity': 1, 'price': 1.49}, 'large-fry': {'quantity': 1, 'price': 3.99}}

Options: -[1] + [Enter]: Add items to current order. -[2] + [Enter]: View current order. -[3] + [Enter]: Remove item/s from the current order. -[4] + [Enter]: Checkout with current order. -[5] + [Enter]: Clear current order. -[Q] + [Enter]: Quit

Please enter the number associated with how you would like to proceed [1-6]: 2 double x 1 @ $6.49 each = $6.49 bacon x 1 @ $1.49 each = $1.49 large-fry x 1 @ $3.99 each = $3.99 Total: $11.97

Options: -[1] + [Enter]: Add items to current order. -[2] + [Enter]: View current order. -[3] + [Enter]: Remove item/s from the current order. -[4] + [Enter]: Checkout with current order. -[5] + [Enter]: Clear current order. -[Q] + [Enter]: Quit

Please enter the number associated with how you would like to proceed [1-6]: 1 -Burger- -Extras- -Fries- -Rings- -Drink-

What would you like to add to this order? drink

{'super-drink': 1.99, 'large-drink': 1.49, 'medium-drink': 0.99, 'small-drink': 0.49, 'kids-drink': 0.49}

What size drink would you like? super-drink

{'double': {'quantity': 1, 'price': 6.49}, 'bacon': {'quantity': 1, 'price': 1.49}, 'large-fry': {'quantity': 1, 'price': 3.99}, 'super-drink': {'quantity': 1, 'price': 1.99}}

Options: -[1] + [Enter]: Add items to current order. -[2] + [Enter]: View current order. -[3] + [Enter]: Remove item/s from the current order. -[4] + [Enter]: Checkout with current order. -[5] + [Enter]: Clear current order. -[Q] + [Enter]: Quit

Please enter the number associated with how you would like to proceed [1-6]: 2

-double x 1 @ $6.49 each = $6.49 -bacon x 1 @ $1.49 each = $1.49 -large-fry x 1 @ $3.99 each = $3.99 -super-drink x 1 @ $1.99 each = $1.99 -Total: $13.96

Options: -[1] + [Enter]: Add items to current order. -[2] + [Enter]: View current order. -[3] + [Enter]: Remove item/s from the current order. -[4] + [Enter]: Checkout with current order. -[5] + [Enter]: Clear current order. -[Q] + [Enter]: Quit

Please enter the number associated with how you would like to proceed [1-6]: 4

-double x 1 @ $6.49 each = $6.49 -bacon x 1 @ $1.49 each = $1.49 -large-fry x 1 @ $3.99 each = $3.99 -super-drink x 1 @ $1.99 each = $1.99 -Total: $13.96

Options: -[1] + [Enter]: Add items to current order. -[2] + [Enter]: View current order. -[3] + [Enter]: Remove item/s from the current order. -[4] + [Enter]: Checkout with current order. -[5] + [Enter]: Clear current order. -[Q] + [Enter]: Quit

Please enter the number associated with how you would like to proceed [1-6]:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published