Problem 2:
There are no data errors that need to be checked as all the data
will be assumed correct.
You can use the array of the previous example to test your
program, however, I
suggest that you also use other input arrays to validate the
correctness and efficiency of your solution.
• Your program MUST be submitted only in source code form (.java
file).
Write a program in Java to implement a recursive search
functionint terSearch(int A[], int l,...