TalkingOnly coders will understand this!

Posts 115 of 17 · Page 1 of 2
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!
You don't have to be a coder to see what it is.
Quote Originally Posted by Gray View Post
You don't have to be a coder to see what it is.
Yeah, I understand. But I thought it would only be funny to coders...
Quote Originally Posted by oXParadoxXo View Post


Yeah, I understand. But I thought it would only be funny to coders...
Maybe so, because I'm not a coder and I don't think it's that funny
I got this, and I have never coded in my entire life. :P
Not a coder...still got it.
Quote Originally Posted by Gray View Post


Maybe so, because I'm not a coder and I don't think it's that funny
Told yah.

Quote Originally Posted by Bernard View Post
Not a coder...still got it.
Tough crowd I got here...
Quote Originally Posted by oXParadoxXo View Post
Tough crowd I got here...
What'd you expect, this is MPGH.
It's C#. I am currently learning it.
Quote Originally Posted by Arun's Bitch View Post
It's C#. I am currently learning it.
LOL no it's not. It's JAVA. I've never worked with C#. Only JAVA and C++. And this code was 100% mine...as bad as it is. T_T


---------- Post added at 05:14 PM ---------- Previous post was at 05:13 PM ----------

Quote Originally Posted by Gray View Post


What'd you expect, this is MPGH.
Friendly people. Guess not.
Quote Originally Posted by oXParadoxXo View Post


LOL no it's not. It's JAVA. I've never worked with C#. Only JAVA and C++. And this code was 100% mine...as bad as it is. T_T


---------- Post added at 05:14 PM ---------- Previous post was at 05:13 PM ----------



Friendly people. Guess not.
Seems alot like C#. I've never worked with either of them (C++ or JAVA)
Thought the "loop" and "public" was a bit off.
Quote Originally Posted by Arun's Bitch View Post
It's C#. I am currently learning it.
God, you're a dumbass.
Quote Originally Posted by Psychotic View Post


God, you're a dumbass.
The syntax looks nearly the same. I was think it was either C++ or C#.
Almost all coding syntaxes look the same, and most of them have the same operands and what not.
Posts 115 of 17 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?