Viewing last 25 versions of post by Garka la Garka in topic Count to 1000

Garka la Garka
Tag Lover - Good and Proficient Tagger

Assistant
Garky la Tsuchinoko
int i = 0; x = 360;
ifor(i=360;i<3012;i++){
x++;
}
printf("%d", x);

(3372 for the not geeky ones xD)
Reason: Forgot one ;
Edited by Garka la Garka
Garka la Garka
Tag Lover - Good and Proficient Tagger

Assistant
Garky la Tsuchinoko
int i = 0; x = 360;
if(i=360;i<3012;i++){
x++;
}
printf("%d", x);

(3372 for the not geeky ones xD)
Reason: Forgot one ;
Edited by Garka la Garka