Question: . 1. Write a C program which receive an integer input (year), and print whether it is a leap year or not (1: leap year,

. 1. Write a C program which receive an integer input (year), and print whether it is a leap year or not (1: leap year, 0: not a leap year) a year is a leap year if it is divisible by 4 but not by 100, except that years divisible by 400 are leap years input year Example Microsoft Visual Studio CHIE G Microsoft Visual Studio CHIZ 2020 2100 O output Tips Read the textbook You don't have to use if...then...else statements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
