having trouble using LocalDate, error says it can't be resolved to a type
I’m a beginner programmer and I have just started learning about topics related to date and time. The code that my teacher writes works just fine on his computer, but in mine I can’t even run it. This is the code in question: package application; import java.time.LocalDate; import java.time.LocalDateTime; public class Program { public static… Read More having trouble using LocalDate, error says it can't be resolved to a type