/**
* You alway think I don't love you so much
* so I write some code to tell you how much I love you so much.
*/
Boy i = new Boy("ZhouQuan");
Girl u = new Girl("LongSha");
// Feb 19, 2014, I told you I love you.
i.love(u);
// This is the third time we get together.
u.accepted();
// Since then, I make up my mind to love you.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// But, you alway said I didn't love you so much.
// I don't know what should I do, because I have do my best to love you.
boolean isTrust = false;
while (!isTrust) {
i.stillLove(u);
// I feel so small.
// I can't promise you I will give you a beautiful featue at present
// But, You make me Stronger.
// Whatever it may hold, I will hold your hand tighly.
//
isTrust = u.thinkOver();
}
// The day will come, we will live happily ever after.
i.marry(u);
i.liveHappilyWith(u);
* You alway think I don't love you so much
* so I write some code to tell you how much I love you so much.
*/
Boy i = new Boy("ZhouQuan");
Girl u = new Girl("LongSha");
// Feb 19, 2014, I told you I love you.
i.love(u);
// This is the third time we get together.
u.accepted();
// Since then, I make up my mind to love you.
i.miss(u);
// And take care of u and our love.
i.takeCareOf(u);
// But, you alway said I didn't love you so much.
// I don't know what should I do, because I have do my best to love you.
boolean isTrust = false;
while (!isTrust) {
i.stillLove(u);
// I feel so small.
// I can't promise you I will give you a beautiful featue at present
// But, You make me Stronger.
// Whatever it may hold, I will hold your hand tighly.
//
isTrust = u.thinkOver();
}
// The day will come, we will live happily ever after.
i.marry(u);
i.liveHappilyWith(u);
LongSha, I have fallen in love with you for
Love u forever and ever.
- ZhouQuan