Question: Please write a C code in CODE blocks for this question Using branches. I will upvote if correct Write a program to check whether a
Please write a C code in CODE blocks for this question Using branches. I will upvote if correct

Write a program to check whether a year is a leap year. Search online what is a leap year. Read the year from the user Every year that is exactly divisible by four is a leap year, except for years that are exactly divisible by 100, but these centurial years are leap years if they are exactly divisible by 400. For example, the years 1700, 1800, and 1900 are not leap years, but the years 1600 and 2000 are
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
