Nimber arithmetic: Difference between revisions

m
added whitespace.
m (→‎{{header|REXX}}: simplified some code, optimized some functions, used narrower columns for the index and 1st column, added wording to the REXX section header.)
m (added whitespace.)
Line 19:
 
 
''';Tasks''':
 
# Create nimber addition and multiplication tables up to at least 15
# Find the nim-sum and nim-product of two five digit integers of your choice
<br><br>
 
=={{header|C}}==