Validate Leap Year Condition

# Introduction In this lab, you will create a program that checks if a given year is a leap year or not by using if conditions to check divisibility by 400 and 4, and whether it ends with 00.

|60 : 00

Click the virtual machine below to start practicing