Click here to Skip to main content
15,915,093 members

Comments by Member 13390968 (Top 2 by date)

Member 13390968 3-Sep-17 5:46am View    
I'm sorry. I am not familiar with any other programming language other than Visual Basic console application/mode.
Member 13390968 3-Sep-17 5:38am View    
Actually, no. Maybe my explanation isn't clear enough. So first, let me make an example.
John is one of the students and his score is stored in 3 different arrays. Now I need to add 3 variables in different arrays to get his total score, but not just for John, but for 30 students in total. You can assume that the first variable in every array corresponds to the "names" array. So if John is the first variable of the "names" array, then the first variable of the "test1", "test2", "test3" are his score and need to be added together. The point is I have to do this for 30 students.