CIS 300 Assignment 3 Copy the file SEARCH/Search.java and fill in implementations for the two methods public static Point maxSearch(int [] a) public static Point maxSearch(int [] a, int k0, int k1) . You don't need to change anything else in the file. It would make sense to have the first method call the second to do it's calculation. The calculation is a lot like `minSearch', but should search from the end of the array to the beginning so that the highest occurrence of the maximum is encountered first in the search. Test that your programs give correct results on representative examples. The test program is provided in the original file; you don't have to add anything. Submission: Email your source file to sashih@syr.edu no later than Thursday, 8 October 2009.