Please write Pseudocode as well C++ data structures and algorithms. Please also show output
Create an array that holds 1000 random integers between 1-1000. Please write a short paragraph, bullet points, or psuedocode describing your algortihm for solving the problem.
Allow the user to enter an integer to search Output the location of number if it exists in the Array.
(Number could appear more than once.) or Output number does not exist in the Array.