public static void Main()
Console.WriteLine("Enter the Condition of the climate");
climate=Console.ReadLine();
Console.WriteLine("We can Go For Shopping beacuse the climate was:{0}",climate);
Console.WriteLine("We cant go anywhere beacuse the climate is :{0}",climate);