Log in

View Full Version : Calculate Length of Hypotenuse right Triangle



christine_greek
05-18-2008, 02:21 PM
Hello:

The question is : Write an ASP program that calculates the length of the hypotenuse of a right triangle. Assume the lengths of the other two sides are stored in sngSide1 and sngSide2.

Thank you dears

djr33
05-18-2008, 08:44 PM
Sounds like homework. We're not here to do homework for you.
We can help, but the idea of homework in a programming class is to have YOU practice, not us.

The equation isn't hard, and the programming shouldn't be too bad either.

Remember, start with a^2+b^2=c^3.