I need to generate an array with 25 elements with random numbers from 3-7 and then show them using a function. I keep getting an error on line 20 saying invalid conversion from int to int. What is wrong here with this function and its call?
ah i have to take out the brackets as well, makes sense now. originally tried it as a[] and figured the error was there needed to be a number inside the brackets