Only coders will understand this!
A little song I heard the other day! Similar to the '99 bottles of beer on the wall' song! LMAO. 
Original Song: Bottles of Beer on the Wall
Code:
public int x = 99;
while (x >= 0)
{
out.println( 'x - counter' + " bottles of beer on the wall, " + 'x - counter' + " bottles of beer." + "\n" + "Take one down and pass it around, " + 'x - counter - 1' + " bottles of beer on the wall.");
'counter + 1 = counter'
'x - 1 = x'
loop
}
//If you understand how I annotated this, as incorrect as it may be (I'm a little bit rusty- couldn't you tell?), continue. If you don't understand, don't read the rest of this, as you won't understand it.
Song: Bugs in the Code
99 little bugs in the code
99 little bugs in the code
Take one down, patch it around
117 little bugs in the code
The bug song wasn't made by me, I just thought you all would like it! 