Monday, October 13, 2008

Actually,

I’ve discovered the following property of Girl:

int Girl::getNumActuallys()
{
    //The number of times a girl says Actually is directly
    //proportional to the product of her stupidity and hotness.

    return this.getStupidity() * this.getHotness();
}