in order to do a binary search on an array: group of answer choices you must first do a sequential search of the array to assure the element you are looking for is there. the array must first be sorted in ascending order. the values of the array must be numeric. there are no requirements.