Data Structure
Ask the user to enter the size of an array. Create an integer array if the given sizeand fill it with random numbers. Print the array. Then take another number from theuser and search that number in the array. If the value is found, print the indices (pluralof index) where the value was found. Also print how many times the value was found.Solve the problem in c++.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here