I'm a little confused on my programming design homework. The problem states:
An elementay school contains 30 classrooms numbered 1 through 30. Each classroom can contain any number of students up to 35. Each student takes an achievement test at the end of the school year and receives a score from 1 through 100. One record is created for each student in the school; each record contains a student ID, classroom number, and score on the achievement test. Design the logic for a program that lists the total points scored for each of the 30 classroom groups.
I'm wondering, will there be three different arrays? One for the classrooms, one for the students, and one for the scores? Any tips on how to write the pseudocode would be very helpful and very much appreciated.
2007-06-04
17:29:47
·
3 answers
·
asked by
novelgirl
1
in
Computers & Internet
➔ Programming & Design