honestly i was new to C and i just need a codes for finding the mean for grouped data. i hope this site can least help me. you have my thanks.
reojavier 0 Newbie Poster
Recommended Answers
Jump to Posthonestly i was new to C and i just need a codes for finding the mean for grouped data. i hope this site can least help me. you have my thanks.
Nobody's gonna provide you a full working code for you, you should write it yourself.This site does help those …
Jump to PostForgive me if I'm confused, but from the look of your code, you should be well aware of how to calculate the mean from an array (I assume you're talking about the arithmetic mean):
#include <math.h> #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 50 double mean(int …
All 7 Replies
D33wakar 36 Posting Whiz in Training
reojavier 0 Newbie Poster
reojavier 0 Newbie Poster
D33wakar 36 Posting Whiz in Training
Narue 5,707 Bad Cop Team Colleague
reojavier 0 Newbie Poster
reojavier 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.