Hi, I am creating a simple program for Report Card data entry. My question is that I need to create two set of vectors, since my data is different.
student_name.txt
Name
Age
Gender
Student_ID
Mark #1
Mark #2
Mark #3
Mark #4
The issue is how do I create a separate vector to deal with only marks? For now, my program is storing everything in the same vector, which I don't want because I want to perform the calculation: finding average, mean and etc...