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