sanjayholla/Search-Array
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Objective: A C++ program to search for an element in an array and sort the array. Working: The user inputs the number of elements and then the elements The input elements are sorted and displayed The user inputs the element to be searched An appropriate message is displayed based on existence of element in the array