Question: *Java* Code an application program that keeps track of student information at your school: names, identification numbers, and grade point averages in a fully encapsulated

*Java*

Code an application program that keeps track of student information at your school: names, identification numbers, and grade point averages in a fully encapsulated sorted array-based data structure. When launched, the user will be asked to input the maximum size of the data set, 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 students information, 2 to fetch and output a students information, 3 to delete a students information, 4 to update a students 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 users enters a 6 to exit the program.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!