Jump to content

Babbage problem: Difference between revisions

m
→‎{{header|REXX}}: fixed an auto-corrected word.
m (→‎{{header|REXX}}: added wording to the REXX section header (preamble), pruned the last two outputs (saying that they're identical to the first).)
m (→‎{{header|REXX}}: fixed an auto-corrected word.)
Line 184:
:::*   explain how/why an   '''end'''   statement is needed for a   '''do'''   loop
:::*   explain how a   '''leave'''   statement works
:::* &nbsp; <big>···</big> the &nbsp; '''say''' &nbsp; is problemprobably the only statement that is self-explanatory
===examine the right-most 6 digits of square===
<lang rexx>/*REXX program finds the lowest (positive) integer whose square ends in 269,696. */
Cookies help us deliver our services. By using our services, you agree to our use of cookies.