#LingarajTechhub #C++
Algorithm to search an element in array using linear search:
================================================
First take number of elements in array as input from user and store it in a variable N. Using a loop, take N numbers as input from user and store it in array(Let the name of the array be inputArray). Ask user to enter element to be searched. Let it be num.