Which of the following best describes the looping structure of a sequential search?
a.
Nested for loops
b.
A series of if statements
c.
A single for loop
d.
An outer while loop and an inner for loop
K
1 answer
c. A single for loop