#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);
}
}
YouTube Video Hi. So, uh very happy brother's day to all the lovely brothers out there who has been endlessly working on and uh taking ...
No comments:
Post a Comment