public static void Main()
Console.Write("Enter the temperture");
temp=Convert.ToInt32(Console.ReadLine());
Console.WriteLine(" temp is {0}.",temp);
Console.WriteLine("the climate is good today");
Console.WriteLine("the temperature is 32");
Console.WriteLine("it's hot today");