A sequential search algorithm is a simple technique for finding an item in a string or numeric array
Uses a loop to sequentially step through an array
Compares each element with the value being searched for
Stops when the value is found or the end of the array is hit