Originally Posted by Destrus
|
ROFLMAO
k, didn't want to be left out
i'm surprised andro wasn't wondering why everyone was laughing
public void isKeetos(String keetos) {
if (this.keetos != keetos) {
keetos = "Destrus";
System.out.println("keetos in game is " + keetos);
} else {
System.out.println("I haven't seen keetos in a loooooooong
time");
}
}
|
If it's a return method, why'd you put void in the declaration statement?
/bein random