Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!samsung!think!snorkelwacker!apple!sun-barr!newstop!sun!pirate!klc From: klc%pirate@Sun.COM (Kevin Chu) Newsgroups: alt.flame Subject: YAWSBP (YA worthless Super Bowl Prediction) Message-ID: <130351@sun.Eng.Sun.COM> Date: 17 Jan 90 01:54:38 GMT Sender: news@sun.Eng.Sun.COM Reply-To: klc@sun.UUCP (Kevin Chu) Organization: Sun Microsystems, Mountain View Lines: 21 Here is my prediction for the Super Bowl score: main() { int broncos; int niners; for (broncos = 0; broncos < 100; broncos++) for (niners = 0; niners < 100; niners++) if (niners != 1 && broncos != 1) { printf("49ers %2d\t", niners); printf("Broncos %2d\n", broncos); } } Compile and run this program to see my predictions. One of them will be right. --Kevin Chu klc@sun.com