public static void Main()
Console.WriteLine("what is your favorite junk food candy, chips: ");
food = Console.ReadLine();
Console.WriteLine("you should not eat very much or else you might have a cavity");
else if (food == "chips")
Console.WriteLine("you will not have as many cavityes than if you eat candy");
Console.WriteLine("that is not one of the choices above");