public static void Main()
Console.WriteLine("Enter the height of the building");
var hb = Console.ReadLine();
Console.WriteLine("The distance from the base of the building to the base of the staircase is: " + db);
var ls = (nhb * nhb) + (db * db);
Console.WriteLine("The length of a staircase necessary to climb the building is: " + ls1);