Tuesday, August 12, 2008

For each string cheese in package

Classic lines actually used in a program for a computer science class:

1.
foreach (string cheese in the_package)

2.
in_mouth.Push(one_cheese);

3.
/// the answer is in the pop (not the soda)
/// aka not in_mouth.Soda()
return in_mouth.Pop();


Quite possibly Nerd Levels of 4 (Nerd Levels)

1 comment:

denaje said...

Hahaha, nice. I like them.