#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);
To Every Mother Who Gives Everything - A Very Happy Mother’s Day 2026! ❤️🌸 Hi. Okay. So, first of all, happy Mother's Day to all the l...
No comments:
Post a Comment