Results 1 to 2 of 2

Thread: Calculate Length of Hypotenuse right Triangle

  1. #1
    Join Date
    May 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Calculate Length of Hypotenuse right Triangle

    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

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •