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) {
}
This is how Geeks communicate.