Sequential Search on an Unordered File
Get the search criterion from the user
Get the first record from the file
While the record doesn’t match the criterion && there are still more records in the file do get the next record
When do we know that there wasn’t a record in the file that matched.