/**
* Celebrating our first 520
* Despite the distance, our love remains strong
* And in two months, we will be reunited
*/
class Person {
Person(String name, String location)
// We deeply love each other
void expressLove(Person partner)
// Looking forward to the day we meet
// after our long distance relationship ends
void awaitReunion(Person partner, LocalDate reunionDate)
// We enjoy playing Apex Legends together
// Octane and valkyrie are our favorite characters
void playApexTogether(Person partner)
}
public class
First520Together {
public static void main(String[] args) {
// Being miles apart poses no barrier to our love
Person boy = new Person("Liao Wei", "UK");
Person girl = new Person("Zhao Mengjia", "China");
// Celebrate our first 520 together
System.out.println("Celebrating our first 520 together!");
boy.expressLove(girl);
girl.expressLove(boy);
// wozaidengzmj
// wozaidenglw
YearMonth reunionMonth = YearMonth.of(2024, 7);
boy.awaitReunion(girl, reunionDate);
girl.awaitReunion(boy, reunionDate);
}
}
Zhao Mengjia, our love has lasted for
Love u forever and ever
- Liao Wei