Question: using c language Construct a program using conditional statement base on the word problem presented below: Leap years occur in years exactly divisible by four,

using c language
Construct a program using conditional statement base on the word problem presented below: Leap years occur in years exactly divisible by four, except that years ending in 00 are leap years only if they are divisible by 400. Hence, 2000 is a leap year, but 1900 is not. Make a flowchart that will input a value for YEAR (integer) and output whether it is a "LEAP YEAR" or "NOT A LEAP YEAR
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
