Code an application program that keeps track of student information at your college. Include their names, identification numbers, and grade point averages in a fully encapsulated, homogeneous sorted singly linked list structure. When launched, the user will be asked to input the initial number of students and the initial data set. Once this is complete, the user will be presented with the following menu: Enter: 1 to insert a new student's information, 2 to fetch and output a student's information, 3 to delete a student's information, 4 to update a student's information 5 to output all the student information in sorted order, and 6 to exit the program. The program should perform an unlimited number of operations until the user enters a 6 to exit the progrqm Please use java use deep copy
Code an application
Enter: 1 to insert a new student's information,
2 to fetch and output a student's information,
3 to delete a student's information,
4 to update a student's information
5 to output all the student information in sorted order, and
6 to exit the program.
The program should perform an unlimited number of operations until the user enters a 6 to exit the progrqm
Please use java
use deep copy


Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 1 images









