quiz Triangle is a web app where you can play quiz, and for every correct answer you get 1 point.
quiz Trianglecalculate Hypotenuse, as the name suggest is used to calculate the hypotenuse of a triangle using the formula sqrt(a2 + b2 )
calculate Hypotenusecalculate Area, is used to calculate the area of a triangle using the formula 1/2 (base * height)
calculate area