PSA: OT Humor

Goosemaster

Lifer
Apr 10, 2001
48,775
3
81
Humor is the only test of gravity, and gravity of humor; for a subject which will not bear raillery is suspicious, and a jest which will not bear serious examination is false wit.

-Aristotle
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Originally posted by: YOyoYOhowsDAjello
-6/10

Thread t = new Thread(){
public void run(){
BigInteger i = new BigInteger("-8");
while(true){
System.out.println(i + "/10");
i.add(new BigInteger("-2"));
}
}
};
t.start();
System.out.println("Suckers ....");
 

ActuaryTm

Diamond Member
Mar 30, 2003
6,858
12
81
Originally posted by: AFB
Thread t = new Thread(){
public void run(){
BigInteger i = new BigInteger("-8");
while(true){
System.out.println(i + "/10");
i.add(new BigInteger("-2"));
}
}
};
t.start();
System.out.println("Suckers ....");
I for one am glad to see AFB has someone nearby to help him with the arithmetic.