Sunday, May 27, 2001

you know your in cs when...

you start thinking in java, you fall asleep and you dream you're programming at your desk, how to implement a method in TicTacToe is the last thing you think of before going to bed and first thing when you wake up, and you start growing a hunch from constantly straining your neck to look up at the computer screen.


public class ACodeMonkeysNightmare {

private CSGeek emily = new CSGeek();
private University waterloo = new University();

public static void main (String[] args) {
emily.schoolTermStarts();
emily.bankBook = bankBook - 3100;
waterloo.admissions = admissions + 3100;

while (!emily.isInsane()) { //while not insane
emily.program(java);
emily.study(Stats);
emily.program(java);
emily.finish(Actsc);
emily.program(java);
emily.program(C++);
} //while

emily.selfDestruct();
}
} //end

0 Comments:

Post a Comment

<< Home