NBA - Boston Celtics

Tuesday, 17 January 2012

A "C" program to find the number of seconds in a year


#include
#include
void main()
{
clrscr();
printf("number of seconds in ayear:");
printf("%.2f",60.0*60.0*24.0*365.0);
getch();
}

No comments:

Post a Comment