What is the result of the addTo() operation?
Period period = Period.of(1, 1, 1);
System.out.println(period.addTo(LocalDate.of(2000, 2, 22)));What is the result of the addTo() operation?
Period period = Period.of(1, 1, 1);
System.out.println(period.addTo(LocalDate.of(2000, 2, 22)));Create a free account to access the full topic