If an element is present in an array of length n, how many element visits, in the worst case, are necessary to find it using a linear search?
A. n / 2
B. n
C. 2n
D. n2.