home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
C
/
SASC6571.LZX
/
tutorial
/
152.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1997-03-27
|
131 b
|
7 lines
#include "stdio.h"
main( )
{
printf("The number of seconds in one year is: ");
printf("%f", 60.0 * 60.0 * 24.0 * 365.0);
}