Name: Anonymous 2013-12-04 10:34
I am making a java database, in this database i have created a class for the students with objects and methods. I have then created a class which asks for the user to input a student and store it in a arraylist. My question is how do i print out the array list nicely instead of:
Student Number[100000, 100001]
First Name[1, 1]
Surname[2, 2]
Subject[3, 3]
Level[4, 4]
(that is 2 students) as you can see it will be harder to keep tack of which students information is which
Student Number[100000, 100001]
First Name[1, 1]
Surname[2, 2]
Subject[3, 3]
Level[4, 4]
(that is 2 students) as you can see it will be harder to keep tack of which students information is which