1. Create an array of integers and initialize/assign random values to each element.
2. Allow the user to input an integer.
3. If the user input is present inside the array elements, display/print its index number, if not display/print "VALUE NOT FOUND"
please comment down below what code is needed for this thanks I'm new to programming and our prof already assigned us to program c++