public static void Main()
Console.WriteLine("kısa kenarı giriniz");
int a=Convert.ToInt32(Console.ReadLine());
Console.WriteLine("uzun kenarı giriniz");
int b=Covert.ToInt32(Console.ReadLine());
Console.WriteLine("dikdörtgenin çevresi:"+cevre+"cm2");