Quick review of linear search. In this video we use linear search to search an integer array for a value X. We take an incremental approach by develop method to print the contents of an array and then use that method as a template to develop the linear search. We briefly outline the inefficiencies of linear search and show how the guard can be modified to improve its performance.