Performs binary search on an ascending-sorted int array.
ascending-sorted array.
target value.
index when found, -1 otherwise.