The sequential search algorithm ________. a. returns 1 if the value being searched for is found or -1 b. if the value is not found must always be implemented as a method c. uses a loop to sequentially step through an array, starting with the first element d. requires the array to be ascending order