Question: Create a C++ program that finds the location, from the list of elements in an array. The program should return the location of the element,
Create a C++ program that finds the location, from the list of elements in an array. The program should return the location of the element, and returns -1 if the element if not found. Test the function by passing various data to it. a) Your program should also ask the user to enter the number of elements that will be presented in the list. b) Ask the user to input the elements c) Ask for the element to search for Where all is the list of elements, N is the number of elements, and e is the element to search
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
