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? > 5.00 5.00 5.00 > 5.00 10.00 5.00 This table is ambiguous. > There is going to have to be some kind of loop here and I'm not quite sure > how to do it.
