Special pythagorean triplet: Difference between revisions

m
→‎{{header|REXX}}: updated output, added wording to the REXX section header.
(→‎{{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:
<pre>
a= 200 b= 375 c= 425
1 solutionssolution found.
</pre>