#include <stdio.h>
int main() {
int y;
printf("Enter year:");
scanf("%d",&y);
if(y%4!=0)
{
printf("%d is not a leap year",y);
}
}
Hi, namaste Krishna. So today we will be talking about that everyone is going through something in their life. Be it you, be it your friend...
No comments:
Post a Comment