9

Programmer Birthday Cake quote ideas anyone?

At the moment all we could come up with was:
printf("%d\n", ++(betty->age));

But it's just so cliche.

Comments
  • 0
    I can imagine something like this:

    String cakeQuote(){
    friend f = new friend("Betty", 33);
    return "Happy Bday " + f.getName() + " for " + f.getAge() + "nd time";
    }
    ๐Ÿ˜
  • 0
    Congratulations! You've reached level [insert age here]
  • 0
  • 0
    class Cake
    {
    int nCandles=30;
    override ToString(){
    return "Happy " + nCandles + "th Birthday!!!";
    }
    }
Add Comment