home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MAGAZINE
/
MISC
/
CNEWS018.ZIP
/
BEGINNER.ARC
/
PRINTRES.C
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-11-14
|
225 b
|
9 lines
/* This function prints out the average of the numbers that have
been entered or read in */
void print_results (float average)
{
printf ("\nThe average of the four numbers is: %f\n", average);
return;
}