Disqus Shortname

Showing posts with label leap year. Show all posts
Showing posts with label leap year. Show all posts

Sunday, August 16, 2015

Program: Leap Year

August 16, 2015
#include <stdio.h> int main() { int year; printf("Enter a year to check if it is a leap year\n"); scanf("%d&quo...