public static void Main()
Console.WriteLine("Roberts's Food: The Game\n");
Console.WriteLine("The phone starts ringing.");
Console.WriteLine("You pick up the phone, and the person on the other side starts talking");
Console.WriteLine("Woman on the phone: " + '"' + "Hello? Uh, I'd like to order one Potassium Roll please. Thanks!" + '"');
Console.WriteLine("\nLet's make the potassium roll! You'll need: Water, Vanilla, Butter, Bananas, Powdered Sugar, and Banana Flour.");
Console.WriteLine("Put them in Alphabetical order, and make sure you spell everything the same as above!");
Console.WriteLine("\nEnter first ingredient: ");
ing1 = Console.ReadLine();
Console.WriteLine("Enter second ingredient: ");
ing2 = Console.ReadLine();
Console.WriteLine("Enter third ingredient: ");
ing3 = Console.ReadLine();
Console.WriteLine("Enter fourth ingredient: ");
ing4 = Console.ReadLine();
Console.WriteLine("Enter fifth ingredient: ");
ing5 = Console.ReadLine();
Console.WriteLine("Enter sixth ingredient: ");
ing6 = Console.ReadLine();
if (ing1 == "Banana Flour"){
if (ing4 == "Powdered Sugar"){
Console.WriteLine("You deliver the dessert.");
Console.WriteLine("This is bad. " + score + "/6");
Console.WriteLine("This is good. " + score + "/6");
Console.WriteLine("Eh. " + score + "/6");