Write a static method that returns the index of the largest Object in an array of Objects with the help of a Comparator. Test this out using the ACCComparator that was described on the test. For testing purposes you also need to create an ACCSchools class and array(s) of ACCSchools. However, it must be able to function with any array of objects and associated comparator. For example, I might test it with an array of Students with a Comparator that I provide.
The header of your method is: