public static void Main()
Console.WriteLine("Hello user this will give you options of what meat to purchase.");
Console.WriteLine("Here are your choose of meat please choose one.");
Console.WriteLine("1 - Roast beef : $5.75/lb");
Console.WriteLine("2 - Oven roasted Turkey : $2.35/lb");
Console.WriteLine("3 - Bonlogna : $0.99/lb");
Console.WriteLine("4 - Mystery Meat : $0.35/lb");
Console.WriteLine("--------------------------------------");
Console.WriteLine("Meat choice:");
Console.WriteLine("How many pounds of meat do you want?");
Console.WriteLine("Do you want another meat?");
Console.WriteLine("Yes");
string userChoice = Console.ReadLine();
Console.WriteLine("Meat choice:");
Console.WriteLine("How many pounds of meat do you want?");
Console.WriteLine("Do you want another meat?");
Console.WriteLine("Yes");
else if(userChoice == "No")
Console.WriteLine("---------------------------------------");
Console.WriteLine("You have choosen.");