using System.Collections.Generic;
using System.Threading.Tasks;
public static void Main(string[] args)
Console.WriteLine("Cookie Monster Simulation Software");
Console.WriteLine("(C) By Ilya and Ryan");
Console.WriteLine("Do you have a donut?");
string item = Console.ReadLine();
if (item.ToLower().Contains("no"))
Console.WriteLine("Will you go buy some?");
else if (item.ToLower().Contains("no"))
Console.WriteLine("Goodbye. Press enter.");
else if (item.ToLower().Contains("yes"))
Console.WriteLine("All mine now, thank you");