Special pythagorean triplet: Difference between revisions

Content added Content deleted
(→‎{{header|REXX}}: optimized execution of the three DO loops, used a better variable name for SUM, used better English when showing the number of solutions.)
m (→‎{{header|REXX}}: updated output, added wording to the REXX section header.)
Line 816: Line 816:
<pre>
<pre>
a= 200 b= 375 c= 425
a= 200 b= 375 c= 425
1 solutions found.
1 solution found.
</pre>
</pre>