#include <stdio.h>
int main(){
int year;
printf("Enter the year : ");
scanf("%d",&year);
if (((year % 4 == 0) && (year % 100!= 0)) || (year%400 == 0))
printf("%d is a leap year", year);
else
printf("%d is not a leap year",year);
return 0;
}
--• Business Solutions: --• Enterprise ERP, Database Management & IT Infrastructure --• AI, Cloud
https://www.linkedin.com/pulse/building-real-time-database-monitoring-dashboard-oracle-khaleeq-tpwxf/
No comments:
Post a Comment