This file: StudentScannerLoop.htm

o   Introduction: This application takes data of students (names, id, gpa, major) from the user input, save the entered values into an array of Student, and then display on the screen all students in that array.

 

o   Source programs:

§  Student2.java    //The class definition of Student             

§  StudentScannerLoop.java            //The driver class

 

o   Sample screen of running this application: