Data Structure
Algorithm and flowchart to Search a particular data from the given Array of numbers using: Linear Search Method.
Algorithm: Linear Search Goal: Find whether a given element (key) is present in an array…