public static void Main()
Console.WriteLine("Welcome to THE BIG TACO.");
Console.WriteLine("Whats your name?");
name = Console.ReadLine();
Console.WriteLine("Welcome " + name + " THE BIG TACO PRESENTS YOU ITS MENU .");
Console.WriteLine(" Show the following menu ");
Console.WriteLine(" Asada Taco ……….………….. $28.50 ");
Console.WriteLine("Chicken Taco …….…………. $21.50");
Console.WriteLine("Veggie Taco …………….…… $18.50 ");
Console.WriteLine("Chocolate chip cookie ….. $12.00 ");
Console.WriteLine("Soda …………………………….. $15.50 ");
Console.WriteLine("Water …………………………… $11.00 " );
Console.WriteLine("how many Asada Tacos do you want?");
Console.WriteLine("how many Chicken Tacos do you want?");
Console.WriteLine("how many Veggie Taco do you want?");
Console.WriteLine("how many Chocolate chip cookies do you want?");
Console.WriteLine("how many Sodas do you want?");
Console.WriteLine("how many Water bottles do you want?");