Console.WriteLine("Welcome to the Shirt store")
Console.WriteLine("(1) Chicken Sandwich $2.00")
Console.WriteLine("(2) Fries$.50")
Console.WriteLine("(3) Hamburger $2.00")
Console.WriteLine("Select a food item (1/2/3)")
Console.WriteLine("How many do you want?")
Desc = "Chicken Sandwich"
Console.WriteLine("You bought {0} {1} for a total cost of", Desc & Tax & "0")