X439: Binary Search (non-recursive)

Complete the following binary search method. Find the number num in the array array. Return -1 if the number is not found. You may assume the array is properly ordered.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.