/**
* Hi,the first day of the Lunar New Year has arrived,
* so I write some codes to celebrate it.
**/
Boy i = new Boy("Fengchao Xiong");
Life u = new Life("2017");
// The New Years's bell has ringed, and 2017 has began.
boolean newyear = true;
// Good luck to you everyday in this year and following years!
while (newyear) {
i.wish(u);
// I think friendship is something one person cannot live without.
// So I give you my best wishes
// and would like to wish you all happiness, peace and health in the New Year!
i.say("Happy new year and best wishes to you!");
}
u.smile();
u.live("Happy every day in 2016!");
* Hi,the first day of the Lunar New Year has arrived,
* so I write some codes to celebrate it.
**/
Boy i = new Boy("Fengchao Xiong");
Life u = new Life("2017");
// The New Years's bell has ringed, and 2017 has began.
boolean newyear = true;
// Good luck to you everyday in this year and following years!
while (newyear) {
i.wish(u);
// I think friendship is something one person cannot live without.
// So I give you my best wishes
// and would like to wish you all happiness, peace and health in the New Year!
i.say("Happy new year and best wishes to you!");
}
u.smile();
u.live("Happy every day in 2016!");
Happy New Year!
Happy New Year !!
-- Fengchao Xiong