#include<stdio.h>
int main()
{
int year;
printf("Enter the year:- ");
scanf("%d",&year);
if(year%100 !=0)
{
if(year...
For further actions, you may consider blocking this person and/or reporting abuse
Unfortunately, we are not in the leap year. </>