anyone know what this means in english?

Users who are viewing this thread

mernidok

Recruit
Yeah, someone challenged me to find out what if((0x2b)||(!0x2b)) would mean in english. Anyone know, or have some alternate route I can take to beat him?
 
Yeah, but I have no idea what it means, or if it even means anything (which looks like a very strong possibility)
 
Sigh! Try "to be or not to be."

Though I've always liked ±sqrt(4b2) myself

sorry about the sqrt - can't figure out how to get a radical in there.
 
hehehe, I've been discussing it with a buddy mid-way through a degree in computer programming, and he decided it must be "to be or not to be" about the second the page refreshed and calandale's post showed up, so that sounds like a safe bet.

Edit:  Calandale, my friend wants to know why the 0x is in there.
 
"0x" refers to a hex value/location; seems like something thrown in to mislead, since "2b" would be a valid hex value.
 
if(question = ((0x2b)||(!0x2b))) {
  suffer = slings->fortune[1/0];
} else {
  i = &arms - troubles.c;
  troubles = troubles - troubles;
}
 
Back
Top Bottom