Hypotenuse is the longest side of a right-angle triangle. It's always opposite the right angle. This project calculates the hypotenuse of the triangle if the side a and b variables were on a triangle. It uses Pythagoras Theorem (A squared plus B squared equals C squared, or C equals the square root of A squared plus B squared) to do it.