Question 6

Write a program to determine if given year is leap year or not.

A leap year is a calendar year containing an additional day added to keep the calendar year synchronized with the astronomical or seasonal year.Ex- 2000,2004,2008 and so on are leap year.

[advanced_iframe securitykey=”undefined” src=”https://code.kodnest.com/” width=”100%” height=”600″]

×