Array homework question.I think this is better. Still not right though. [code]void sum (double a[], int n) { double ...
Array homework question.[code]void sum (double a[], int n) { double total; for (int i = 0; i<n; i++) ...
Array homework question.How would I do that? total+= a[i] ???
Array homework question.I have a new homework assignment that has to do with arrays. I am strugling to grasp the concept. I ...
This user does not accept Private Messages