Pascal's triangle: Difference between revisions

m
→‎{{header|Java}}: Wonder how that < got in there...
(added J)
m (→‎{{header|Java}}: Wonder how that < got in there...)
Line 257:
===Summing from Previous Rows===
{{works with|Java|1.5+}}
This implementation prints nothing for <tt>n <= 0</tt>.
<java>import java.util.LinkedList;
...//class definition, etc.
Anonymous user