/**
* Today, the 4th day of May, is your Birthday.
* So I tried to make something to celebrate this special day.
*/
Boy u = new Boy("Babbu");
// May 4th, when the bell rang, your age increased
Date currentTime = new Date();
SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
String dateString = formatter.format(currentTime);
if( dateString.equals("2020-05-04 00:00:00") ) {
u.age ++;
}
// My best wishes will be with you always.
new Thread() {
@Override
// Forever and ever. I wish
while(true) {
// luckiness,
u.fortune ++;
// happiness,
u.happiness ++;
// and everything you wish can be achieved.
}.start()
// The last thing I wanna say:
System.out.println("Happy Birthday!!");
if (nothing) {
"I am with you, Always and Forever.";
};