oh, some detailed questions would be:
How do I know what's being added into my vector?
I have defined some of the variables as follow:
private
String name;
private int grade;
private double average;
The problem in here is how do I define a Vector that contains these 3 variables.
Then the question would be How do I call the elements in a vector?
like how would I add the grades up like:
myVector.addElement = student1grade + student1grade