Sequential Access The find() template function is an example of sequential access Each item is used only after its prior item So we should rewrite it to use iterators We'll take the chance to reformat it too