This mini application calculates the hypotenuse of a right angled triangle using the Pythagoras Theorem when the base and height is provided to it.

The formula used here is: hypotenuse = √(base² + height²)

Here the result will be displayed