Forgot your password?
Or sign in with one of these services
The recent visitors block is disabled and is not being shown to other users.
See all updates by C30N9
So I want the output to be this: ____5 (four spaces) ___45 (three spaces) __345 (and so on...) _2345 12345 Using without more than 2 loops. Doesn't matter any language, but C or Java works.
Ribbiks
here's a python one-liner for ya:
code:Array
Memfis
lol being able to multiply strings like that is pretty neat
andrewj
C version using printf formatting: