Sum of the digits of n is substring of n: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: added the computer programming language REXX.)
m (moved REXX to proper place in alphabetic list of languages.)
Line 4: Line 4:
Find and show numbers n with property that the sum of the digits of n is substring of n, where '''n < 1000'''
Find and show numbers n with property that the sum of the digits of n is substring of n, where '''n < 1000'''
<br><br>
<br><br>

=={{header|REXX}}==
<lang REXX></lang>
output
<pre>

</pre>



=={{header|Ring}}==
=={{header|Ring}}==
Line 63: Line 71:
912, 913, 914, 915, 916, 917, 918, 919
912, 913, 914, 915, 916, 917, 918, 919
>>> </lang>
>>> </lang>

=={{header|REXX}}==
<lang REXX></lang>
output
<pre>

</pre>