The sorted values array contains 16 integers :
3, 10, 12, 15, 18, 23, 24, 25, 33, 34, 40, 47, 53, 56, 62, 67
Indicate the sequence of recursive calls that are made to binarySearch given an initial invocation binarySearch(70, 0, 15). Will this call return true or false?