Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
sort an array of objects - using any of the sort methods The object class should be a Student with the following attributes: integer name:
sort an array of objects - using any of the sort methods
The object class should be a Student with the following attributes:
id: integer
name: String
write the accessors, mutators, constructor, and toString().
In your main test class you will write your main method and do the following things:
Create an array of Student objects with at least 5 students in your array.
The sort method must be written yourself and included in the main class. The sort
method will sort based on student id.
Output the array out in unsorted order as it exists.
Sort the array
Output the sorted array
Submit all the .java and .class files as well as your screenshot.
Eflfimiwawfl x.5 $.33 run:UNSORTED ARRAY OF STUDENT OBJECTS:# Student ID: Student Name: 1. 144 Kyl 2. 204 Brendah3. 175 Thompson4. 964 DennisS. 94 Anderson6. 124 Mildred SORTED ARRAY OF...