Which of the following best describes the looping structure of a sequential search?

a.
A single for loop

b.
Nested for loops

c.
An outer while loop and an inner for loop

d.
A series of if statements

1 answer

c. An outer while loop and an inner for loop