CHECK TRIANGLE OR NOT
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²)
Base:
Height:
CHECK
RESET
Here the result will be displayed