That looks suspiciously like a homework question. Perhaps you should give a shot at coding it a bit yourself before we give you a hand.
ShawnCplus
Code Monkey
1,583 posts since Apr 2005
Reputation Points: 526
Solved Threads: 268
I have a very hard programming challenge and i need help... I have nothing so far, so im hoping somebody could help me build it...
> Doesn't sound very difficult :)
> Sure we can help you as long as you can show us what you've already done and ask us specific questions about what you don't understand ...
tux4life
Nearly a Posting Maven
2,350 posts since Feb 2009
Reputation Points: 2,134
Solved Threads: 243
this assignment has never been given before!!!!11
jephthah
Posting Maven
2,587 posts since Feb 2008
Reputation Points: 2,143
Solved Threads: 179
> Whether it's his homework or not, he'll first have to show us his code :) ...
tux4life
Nearly a Posting Maven
2,350 posts since Feb 2009
Reputation Points: 2,134
Solved Threads: 243
Is this the total number of test scores for ALL students combined or for EACH student?
cout<<"How many test scores are there?"<<endl;
cin>> numTests;
And does each student have the same number of test scores or does it vary from student to student? Also, what does SIZE represent here?
const int SIZE;
VernonDozier
Posting Expert
5,527 posts since Jan 2008
Reputation Points: 2,633
Solved Threads: 711
The number of test scores for every individual student. And that's a mistake that I just realized I don't need SIZE there . I'm so lost with this question...
O.K. Again, does each student have the same number of test scores?
VernonDozier
Posting Expert
5,527 posts since Jan 2008
Reputation Points: 2,633
Solved Threads: 711