Boy i = new Boy("Elrond");
Girl u = new Girl("Leonie");
i.meet(u);
i.love(u);
u.accepted();
i.miss(u);
i.takeCareOf(u);
boolean isHesitate = true;
while (isHesitate) {
i.waitFor(u);
isHesitate = u.thinkOver();
}
i.marry(u);
i.liveHappilyWith(u);
Leonie, I have fallen in love with you for
Love u forever and ever.
- Elrond