Write a program segment to check whether the given year is leap year or not.

b) Write a program segment to check whether the given year is leap year or not. (Should
be evenly divisible by 4 or 400 but not by 100).


Leave a Reply