/**
* My major is Computer Science and Technology,
* so I write some code to you.
*/
*/
Boy i = new Boy("马炮炮");
Girl u = new Girl("小静静");
// April 20, 2014, I told you I love you.
i.love(u);
// Luckily, you accepted and became my girlfriend eversince.
u.accepted();
// Since then, I miss u every day.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// But I often screw up it .
// I want to live with you forever.
// 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);
* My major is Computer Science and Technology,
* so I write some code to you.
*/
*/
Boy i = new Boy("马炮炮");
Girl u = new Girl("小静静");
// April 20, 2014, I told you I love you.
i.love(u);
// Luckily, you accepted and became my girlfriend eversince.
u.accepted();
// Since then, I miss u every day.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// But I often screw up it .
// I want to live with you forever.
// 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);
小静静, I have fallen in love with you for
Love u forever and ever.
马炮炮