X476: Binary Search 1

Below is an implementation of binary search on a list of integers. Fill in the remaining lines to complete the method. You can always assume that int ray[] will be an array sorted from smallest to largest

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.