Use an array in the design of the following program.
Program: An elementary 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 0 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.
Design the output for this program; create either sample output or a print chart.
Draw the hierarchy chart for this program.
Draw the flowchart for this program.
Write the pseudocode for this program.