----- Original Message -----
From: "andrew clarke" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, July 09, 2008 1:53 AM
Subject: Re: [c-prog] lists
> On Tue 2008-07-08 17:19:17 UTC-0400, Bill Cunningham ([EMAIL PROTECTED])
> wrote:
>
>> I want to write a program in C that reads and writes data for
>> securities
>> analysis. I want the program to calculate means as such:
>
> It's not clear what you want. By "calculate means", do you want to
> find the average of a set of data, calculating the mean?
Yes yes. Sorry a mean. Maybe a 1,2,3... numberered set of data too. So I
can know how much has been collected.
Bill