#include <stdio.h>
int main() {
int y;
printf("Enter a year:");
scanf("%d",&y);
if(y%4==0)
{
printf("%d is a leap year",y);
}
else
{
printf("%d is not a leap year",y);
}
}
Quote 53: Ethical earning is key. Quote 52: Grades matter, but your skills, curiosity, and consistency matter even more. Quote 51: Be curio...
No comments:
Post a Comment