I need to write and array that generates random integers and stores them in an array and the user enters the number of integers to generate and their range of values, but I'm clueless. I have no idea on how to create an array.
Here's an example of how it should look after.. the user input is the 20, -10, and 50
Enter the number of values to generate: 20
Enter the lower bound: -10
Enter the upper bound: 50