Problem
Write a program in C++ to read N numbers in an array, the user should be able to search a particular number in the array using sequential search algorithm.
Writing a program including:
- Reading N numbers in array
- Applying sequential search algorithm for searching a particular number