(Recursive Binary Search) Modify Fig. 2 to use recursive method recursiveBinary-Search to perform a binary search of the array. The method should receive the search key, starting index and ending index as arguments. If the search key is found, return its index in the array. If the search key is not found, return -1.
Fig. 2 Use binary search to locate an item in an array (the * in the output marks the middle element).



We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.