Posts by uncoder21 • 1 point
1 post
-
0
votes1
answer19
viewsA: Arraylist of another class does not print elements
This happens because the method show is printing the contents of the variable students, that contains no element. I think what you would like to do is: for(int i = 0; i < markingCriteria.size();…