So each column represents a student, and the row represents the three students exam grades. What I'm trying to do is assign a user input student number to each student and then in the next portion I want to user input what index I want to display, for example I want [0][0] to display that array. Just an assignment for school and I feel as if I am totally lost on this because of the arrays. If someone could help me get started I would greatly appreciate it.
So if I extend this I can input the student number and my marks are assigned to the array, so I can input the index for the array and recieve that mark. Im going to give it a shot and see what I get.
Yes, your can. Don't forget that if you want to add more than 3 students you have to increase the CLASS_SIZE in my line 7. You can keep track of the current number in the class by a separate variable called say, 'count'.