Programming Wedding Invitation

Was having a conversation with a friend.
Question:

if ( isWeddingInvitation() == true ) {
	System.out.println("will you come all the way to \
		Singapore/Malaysia to attend?");
}

Answer

try{
	invitation.reply(Action.ATTENDING);
} catch (OutOfMoneyException) {
}

Posted in Blog by Ah Hong at November 29th, 2011.
Tags: , , ,

One Response to “Programming Wedding Invitation”

  1. Fung says:

    This is how Geeks communicate.

Leave a Reply