public static void Main()
while (rain != "yes" && rain != "no")
Console.WriteLine("Is it raining outside?");
rain = Console.ReadLine();
Console.WriteLine("lets stay home and watch a movie");
Console.WriteLine("fantastic, lets go to the park!");
Console.WriteLine("sorry, I didn't understand that");