Question: Which of the following is a requirement for using binary search?
Options:
Correct Answer: The array must be sorted
Solution:
Binary search requires the array to be sorted to function correctly.