Monday, February 23, 2009

Programmers birthday wishes

Today is not my actual birthday, but it is on the records, so does on the social network sites(Facebook, Plaxo etc). These social networks will remind you about your friends birthdays, so I am getting wishes from my friends. Some wrote Happy Birthday on my Facebook wall. However, Kiran is not sure about this, but still want to wish if it is true. So he send this pseudocode:

if (dob_on_facebook() == true){
System.out.println("Happy Birthday");
}

thanks,
Kiran

I sent my response like this:

public boolean dob_on_facebook() {
System.out.println("However, thanks for the wishes");
return false;
}

Regs,
Hari

0 comments: