I'm attempting to return all the values in the array list I created and don't seem to be successful.

Here is my Student class.


import javax.swing.JOptionPane;
public class...