thread: Geek Humour
View Single Post
  #1  
08-31-2009, 08:54 AM
Hobo's Avatar
Hobo
Honorary Smod
Chronically Awesome
 
: Feb 2003
: London
: 6,741
Blog Entries: 1
Rep Power: 29
Hobo  (3434)Hobo  (3434)Hobo  (3434)Hobo  (3434)Hobo  (3434)Hobo  (3434)Hobo  (3434)Hobo  (3434)Hobo  (3434)Hobo  (3434)Hobo  (3434)
Wired Geek Humour

MOD EDIT: Split off from this thread here. Feel free to share your favourite geeky humour. But no xkcd please; try a little harder than that.

:
:
If age = <18
then "trying to quit" = "attention"/"rebel-cred"
endif
invalid operands of types `const char[10]' and `const char[11]' to binary `operator/'

public class smoke{
String tryingtoquit;

public String agequit(int age){


if(age<=18){
tryingtoquit = "attention/rebel-cred";}
else{
tryingtoquit = "Sensible Idea";
}
return tryingtoquit;
}
}

Java, obv
Reply With Quote