Fun with numbers

TheMask

Skilled
Jan 3, 2005
3,732
60
137
THIS IS INCREDIBLE.... Read all the Numbers... Slowly and in Order !!
Be Careful not to MISS ANY

1

. . . . . . . . . . 2

. . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . .3

. . . . . . . . . . . . . . . . . . . . . . .4

. . . . 5

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . .7

8

. . . . . . . . . . . . . . . . . . . . . . . 9

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10

. . . . . .11

. . . . . . . . . . . . . . . . . . . . . . .12

. . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . .13

. . . . . . . . . . . . . . . . . . . . . . . . . . . .14

. . . . . . . . . . . . . .15

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16

. . . . . . . . . . . . . . . . . . . . . .. . . . . . . .. . .17

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18

. . .. . . . . . . . . . . . . . 19

. . . . . . . .20

. . . . . . . . . . . . . . . . . . . . .21

. . . .22

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .23

24

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .25

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . .. . .26

. . . . . . . . . . . . . . . .27

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .28

29

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .30

VERY GOOD !!

Tomorrow I'll teach you ABCD . :tongue:
 

Nikhil

Skilled
Mar 29, 2005
8,546
80
136
37
www.techenclave.com
I tried posting this. But The numbers always ended up one below the other. I tried posting this on TE and I never could. Finally, I requested a mod to delete the thread.

I saw the title itself and I expected this.
 

zhopudey

Skilled
May 14, 2005
4,701
152
152
44
I liked it better when the numbers were in one line. That was cute. This is plain irritating.
 

Ein

Adept
Mar 16, 2005
585
10
0
39
@masky: hehe... chil out m8 ! no offence taken. Jus angry 'cause i couldn't post it first :bleh:
 

~HeadShot~

Skilled
Mar 15, 2005
1,863
27
111
33
Hey Masky, u used HTML for that? If u used any specific BBCode tags, then please disclose 'em... :)
'Coz I had converted my Windows Shortcuts Guide to a series of images for the sole reason that I couldn't get the tabs to display properly in the posts. It would simply disregard any more than just a space.
 

XTerminator

Skilled
Dec 17, 2004
3,239
58
0
14
www.techenclave.com
using A = System.Console;

class asdf
{
public static void Main()
{
int i,j;
for(i=0;i<=30;i++)
{
A.Write(i);
for(j=0;j<=i;j++)
{
A.Write(" ");
}
A.WriteLine();
}
}
}

The above would have been simpler:bleh: