sorry. I am supposed to create a program that will randomly generate 500 random numbers. It will print 50 lines with 10 random numbers per line. My problem is I do not know how to use the user input with the number generation. The user inputs how many numbers to generate, and the max number. How can I put that in my code for the number generation?