

public void bored(){
int bored_post_count = 0;
int programming_question_posts = 0;
while(programming_question_posts < 1){
bored_post_count++;
System.out.println("I am SOOOOO bored");
}
System.out.println("FINALLY jeeze you guys! It only took " + bored_post_count + " posts before you posted something about programming.";
}
Something that doesn't belong, something that's out of place.
Wat? I'm not sure if that code is 100% correct since I haven't used Java in a year.

























