#include<stdio.h>
main()
{
int year;
printf("Enter a year:");
scanf("%d", &year);
(year%4==0)?(printf("Leap Year")):(printf("Not a Leap Year"));
}
The file can be found at:
Download File
main()
{
int year;
printf("Enter a year:");
scanf("%d", &year);
(year%4==0)?(printf("Leap Year")):(printf("Not a Leap Year"));
}
The file can be found at:
Download File
No comments:
Post a Comment
kiss on google ads if you are anonymous because your ip is trackable.thank you.
......from.admin