| 1.	Dining In In a fast-food restaurant, Larry approaches the counter to order some food.
 C=Cashier     L=Larry
 C:	 Hi sir, may I take your order?
 L:	 Yes, I'll have a fried chicken combo.
 C: 	OK. Will that be with fries and a Coke?
 L: 	No, thank you. I'd like onion rings and a Sprite.
 C: 	Is that for here or to go?
 L: 	For here. Oh, and could I get a packet of ranch dressing as well?
 C:	 Sure thing. Your total comes to $9.20.
 (Larry hands her a $10 bill.)
 C: 	Eighty cents is your change. If you'll just stand to the side here, your food will be ready in a moment.
 L:	 Thank you.
 
 2.	Getting Delivery
 Larry calls a pizza place to make an order.
 E=Employee    L=Larry
 E: 	Hi, you've reached Remy's Pizza and Wings. May I take your order?
 L:	 Yes, I'd like a large pizza with mushrooms, bacon, and hot peppers, a side of chicken wings, and a large Coke.
 E: 	What kind of sauce would you like for the wings?
 L:	 What are the choices?
 E: 	Honey garlic, spicy, and barbecue.
 L: 	Barbecue sauce.
 E: 	OK, could I get your address and phone number?
 L: 	My address is 22 Fairview Road, Apartment 46, and my phone number's 0911-321-456.
 E:	 Your total is $29.89. Your order should arrive within 40 minutes. Thanks for choosing Remy's.
 
 |