Let's use linear search to find the number 4 in a list.

We'll first need to check what's at index 0. Then, compare the value to the target value of 4.

The value is 5, and we then compare it to the target value of 4. It's not the number we want, so we'll keep looking.