DEV Community

Cover image for Let's Start with "C"

Let's Start with "C"

Electronic Spencer on June 24, 2022

#include<stdio.h> int main() { int year; printf("Enter the year:- "); scanf("%d",&year); if(year%100 !=0) { if(year...
Collapse
 
specer profile image
Electronic Spencer

Unfortunately, we are not in the leap year. </>