Guest_imported
New member
- Jan 1, 1970
- 0
Hey guys, I'm in a C programming class in school, and my teacher doesn't teach too well for those of you who hate kids who ask for homework help. In any case, I have to make an array of test scores in which the user enters the size of the array (number of scores), and the scores themselves. What I'm confused about is how to prompt the user for the scores and store them in each individual term of the array. All we know how to use really is printf, scanf, do, while, for loops, etc. Any help would be greatly appreciated.