Tagged Questions

1
vote
3answers
703 views

Code Golf: ASCII Art number [closed]

Possible Duplicate: Code Golf - Banner Generation Post your shortest code to convert a number into a ASCII art digits. Input - Assume that an integer variable called z has already been set ...
-2
votes
10answers
2k views

Triangle numbers problem…show within 4 seconds

The sequence of triangle numbers is generated by adding the natural numbers. So the 7th triangle number would be 1 + 2 + 3 + 4 + 5 + 6 + 7 = 28. The first ten terms would be: 1, 3, 6, ...