I am having problem figuring what my next step should be concerning this program I am writing. I am trying to write a program that using "pass by reference" to calculate the average grade for 6 students, and display in this format: Student name -ID, Average and Letter Grade. Now, my problem is how do i create a program that will do this for 6 students (multiple arrays) and how do I write the if statement to display grade each time or is there another or easier way of doing it. I am very new to progamming.....
Here is what I have so far....It works but for only one student at a time and I know its wrong.
Bazzy, what i meant by it works for one student is that, I have only one array set up for one student.
How do I set up multiple array for multiple student so I can keep uploading data without erasing the previous one and all will show on display at the end of my program.
I do not understand what you mean by usinf [code] tag. like i said earlier i am new to this and just trying to learn how it all works.
What I have posted is exactly how I have written the program so far.