Computer Science, asked by gagannaiducr7, 23 days ago

To apply binarySearch method to an array, it needs to be a sorted array. If not sorted, then it will result in ______
°Unpredictable output
° Sort the array and produce the result °Compilation Error​

Answers

Answered by brawlstar100
3

Answer:

Sort the array and produce the result

Explanation:

Please mark me brainilist

Answered by suman15pattanayak25
1

Answer:

Ans- Unpredictable output

Explanation:

To apply binarySearch method to an array, it needs to be a sorted array. If not sorted, then it will result in Unpredictable output.

Similar questions