Questions 10-11 refer to the following information.Consider the following instance variable and methods. You may assume that data has been initialized with length > 0. The methods are intended to return the index of an array element equal to target, or -1 if no such element exists.
(含图)
For which of the following test cases will the call seqSearchRec(5) always result in an error?
I. data contains only one element.
II. data does not contain the value 5.
III. data contains the value 5 multiple times.