Lets Count From 1 to Million!

Status
Not open for further replies.

cybz

Member
Oct 29, 2009
172
3
0
int count = 1;
do
{
print(count);
}
while(count=10000000)

.....
.......
.........
10000000
 

GTRZ

Administrator
Staff member
  • Apr 27, 2006
    19,480
    10,860
    113
    Do not post useless threads just to increase the post count bro!
     
    Status
    Not open for further replies.