Hi
try this one;) Dont forget to create a notepad file called "data.txt"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#define ARRAYSIZE 25
int main(void)
{
int total=0;
int mean;
FILE *fp;...
Leave a comment: