Binary Searching involves searching for an element in an array where the items are arranged in ascending or descending order. That means the entries in the array are sorted. If you want to learn how to write a function that does this keep reading....