Wednesday, August 10, 2011

Avarage of a list of number

/*********** Find the avarage ************/

#include<stdio.h>
#include<conio.h>
void main()
{
int i,n,a;
float sum=0;
clrscr();

printf("How many number :");
scanf("%d",&n);
for(i=0;i

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.