Count the coins: Difference between revisions

m
added whitespace before the TOC, added a Task (bold) header.
m (→‎{{header|REXX}}: changed a version name.)
m (added whitespace before the TOC, added a Task (bold) header.)
Line 7:
* A nickel and 10 pennies;
* 15 pennies.
<br>
 
;task
How many ways are there to make change for a dollar using these common coins? (1 dollar = 100 cents).
 
Line 15 ⟶ 16:
 
'''Algorithm''':
See [http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-11.html#%_sec_Temp_52 here].
<br><br>
 
=={{header|360 Assembly}}==