✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
String-urile x si y sunt identice
String data1 = LocalDate.of(2013, 11, 18).toString();
String data2 = LocalDate.of(2038, 1, 1).toString();
String x = data1.replaceAll("[1-]", "");
String y = data2.replaceAll("-", "").substring(0,4);
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!