Forum: C++ Aug 8th, 2007 |
| Replies: 4 Views: 525 |
Forum: C++ Aug 8th, 2007 |
| Replies: 4 Views: 525 Re: Using functions with arrays Thanks for all the feedback. Could you please provide some type of example that may help me understand this better. I seem to do better when I can see how something is supposed to work. I'm not... |
Forum: C++ Aug 8th, 2007 |
| Replies: 4 Views: 525 Using functions with arrays Hi Everyone,
I have to read data from a file into an array. I have that part figured out. I can't get my function to work. I have to write a sumArray, avgSales, highSales, and lowSales. Here is what... |