Disqus Shortname

Showing posts with label Program c. Show all posts
Showing posts with label Program c. Show all posts

Tuesday, August 18, 2015

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...