#include <stdio.h>
int main() {
int y;
printf("Enter year:");
scanf("%d",&y);
if(y%4==0)
{
printf("%d is a leap year",y);
}
}
Finding Direction: Navigating Career Goals and Life Aspirations Life often presents us with a myriad of choices, and the path to fulfillme...
No comments:
Post a Comment