/**
* Deng,I want to make a surprise for u,
* so I write some code to celebrate our 10st Valentine's Day.
*/
Boy i = new Boy("Ma");
Girl u = new Girl("Deng");
// Feb 18, 2017, I told you I love you.
i.love(u);
// Luckily, you accepted me and became my girlfriend.
u.accepted();
// Since then, I miss u every day.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// You say that you won't be so easy to marry me.
// So I keep waiting and I have confidence that you will.
boolean isHesitate = true;
while (isHesitate) {
i.waitFor(u);
// I think it is an important decision
// and you should think it over.
isHesitate = u.thinkOver();
}
// After a romantic wedding, we will live happily ever after.
i.marry(u);
i.liveHappilyWith(u);
Deng, we've been in love for
1919 days 09 hours 22 minutes 55 seconds
Until the end of the world.
- Ma