public static void Main()
string weather = Console.ReadLine();
Console.WriteLine("the weather is sunny");
Console.WriteLine("the weather is cloudy");
Console.WriteLine("the weather is snowy");
Console.WriteLine("the weather is rainy");
Console.WriteLine("Error");