Java LocalDate isLeapYear Method

# Introduction This lab will guide you through the process of using the `isLeapYear()` method in the Java `LocalDate` class. The `isLeapYear()` method returns a boolean value of `true` or `false` indicating whether the given year is a leap year or not.

|60 : 00

Click the virtual machine below to start practicing