wap to print all the pythagoren triplet ranging between 100 to 500.
wap to print all the pythagoren triplet ranging between 100 to 500.
Collapse
X
-
Tags: None
-
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? -
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
Comment