Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C by makatoto12 ( 14 years ago )
#include<stdio.h>
#include<conio.h>
main()
{
int mean=0,median=0,mode=0,array_number;
int ary[array_number]={1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,22,23,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46};
printf(“ This program computes for the mean, median, mode of the given data.nnnn");
getch();
system(“cls”);
printf(“ I have here an example of data.nnnn");
array_number=50
for(array_number=1;array_number<=50;array_number++)
mean+=array_number;
getch();
}
Revise this Paste
Children: 46780