public static void Main()
Console.WriteLine("Podaj wysokość");
h = double.Parse(Console.ReadLine());
Console.WriteLine("Podaj dłószy bok");
a = double.Parse(Console.ReadLine());
Console.WriteLine("Podaj krótszy bok");
b = double.Parse(Console.ReadLine());