+ /**
+ * We are both in njust,
+ * today is 5.20,so I write some code to celebrate this day.
+ */
+ Boy i = new Boy("yihang Wu");
+ Girl u = new Girl("junling Zhang");
+ // Mar 21, 2017, I told you I love you and i want to be with you forever.
+ i.love(u);
+ // Unluckily, you haven't accepted me.
+ u.accepted();
+ // Even though, I miss u every day.
+ i.miss(u);
+ // And also want to take care of u and my love.
+ i.takeCareOf(u);
+ // You say that you won't be so easy to be with me.
+ // So I keep waiting and I don't care about that.
+ 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);
+
+ + * We are both in njust,
+ * today is 5.20,so I write some code to celebrate this day.
+ */
+ Boy i = new Boy("yihang Wu");
+ Girl u = new Girl("junling Zhang");
+ // Mar 21, 2017, I told you I love you and i want to be with you forever.
+ i.love(u);
+ // Unluckily, you haven't accepted me.
+ u.accepted();
+ // Even though, I miss u every day.
+ i.miss(u);
+ // And also want to take care of u and my love.
+ i.takeCareOf(u);
+ // You say that you won't be so easy to be with me.
+ // So I keep waiting and I don't care about that.
+ 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);
+
+
+
+
+
+
+ Minyue, I have fallen in love with you for
+
+
+
+ Love u forever and ever.
+
+ +
- hackerzhou
+