The element being searched for is not in an array of 100 elements. What is the average number of comparisons needed in a sequential search to determine that the element is not there
a. If the elements are completely unsorted?
b. If the elements are sorted from smallest to largest?
c. If the elements are sorted from largest to smallest?