Write a method that returns the largest object in an array of objects. The method signature is:

public static Object max(Comparable[] a)

All the objects are instances of the Comparable...