Home » » check to even year or odd year

check to even year or odd year

#‎include‬
#include
main()
{int a;
printf("a="); scanf("%d",&a);
if (a%400==0)
printf("yes");
else
if(a%4==0 && a%100==0)
printf("not\n");
else printf("yes");


return 0;
}
/*check to even year or odd year*/
Share this article :
 
Copyright © 2015 Tаамаглал
Distributed By Gooyaabi Templates