wap to print all the pythagoren triplet ranging between 100 to 500.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Saurabh Ranjan
    New Member
    • Jan 2010
    • 1

    wap to print all the pythagoren triplet ranging between 100 to 500.

    wap to print all the pythagoren triplet ranging between 100 to 500.
  • donbock
    Recognized Expert Top Contributor
    • Mar 2008
    • 2427

    #2
    Please take a moment to explain to us what a Pythagorean triplet is, and how you would recognize one. (I'm seeking a problem description from the OP.)

    Presumably a Pythagorean triplet is a set of three numbers. Please explain the bounding criteria: which of the three numbers has to be between 100 and 500?

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      Further, what is meant by 100 and 500? Do you mean integer values only? I hope so otherwise there are an infinite number of triplets where real numbers are used.

      Comment

      Working...