Forums / Fun! / Just For Fun

320,842 total conversations in 9,947 threads

+ New Thread


KYM counts to 10

Last posted Jan 21, 2014 at 08:11AM EST. Added Jan 12, 2014 at 05:39PM EST
54 posts from 38 users

public class Counting {
public static void main(String[] args) {
int lel = 0;
int fuckingvariable = 0;
while (fuckingvariable != 1) {
if (lel == 10) {
fuckingvariable = 1;
}
else {
System.out.println("The ride never ends!!!!");
}
}
}
}

Skeletor-sm

This thread is closed to new posts.

Old threads normally auto-close after 30 days of inactivity.

Why don't you start a new thread instead?

Yo! You must login or signup first!