The user enters the range of the array, enters the array elements, enters the number to be searched. Then a linear search is performed for the number to be searched. If found, index is returned, else a "Not found" message is printed.
Submission Checklist
[x] Your pull request targets the master branch of the repository.
[x] You have only one commit (if not, squash them into one commit).
The user enters the range of the array, enters the array elements, enters the number to be searched. Then a linear search is performed for the number to be searched. If found, index is returned, else a "Not found" message is printed.
Submission Checklist
master
branch of the repository.Type of Change
PR Description
Issue #[Add issue number here.]