Can you prepare a program to store the values in array?
Program: Write a program to create 100 real random numbers and store it into a 1-D array.
Find the value 1413 from the stored data and print out the value 1413 and the index of the array to the screen.
It must compile with no errors and follow the directions.