#include <stdio.h>
int main() {
int y;
printf("Enter year:");
scanf("%d",&y);
if(y%4==0)
{
printf("%d is a leap year",y);
}
}
https://www.youtube.com/watch?v=EUm5_llWHBQ Hi, namaste Kamj. So, uh I just have been going through something in my life that I wanted to ...
No comments:
Post a Comment