#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);
}
}
Right. [clears throat] So yeah, it's 12 a.m. in the night and I have been done with my work uh from everything and I wanted to share an ...
No comments:
Post a Comment